summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWikinaut <mail@tgries.de>2013-08-14 21:46:57 +0200
committerWikinaut <mail@tgries.de>2013-08-14 21:46:57 +0200
commit4305bb16eddb88677775834e38458b68c6c94d00 (patch)
treee82650c30a8cef8b354c039af3a9de3ee6e5e571
parentc3bffc262358fb066c58df229033db3eff6d1fc9 (diff)
downloadetherpad-lite-4305bb16eddb88677775834e38458b68c6c94d00.zip
utf-8 without BOM; removed trailing white spaces
-rw-r--r--src/templates/admin/index.html2
-rw-r--r--src/templates/admin/plugins-info.html4
-rw-r--r--src/templates/admin/plugins.html6
3 files changed, 6 insertions, 6 deletions
diff --git a/src/templates/admin/index.html b/src/templates/admin/index.html
index 36b52629..750a4b52 100644
--- a/src/templates/admin/index.html
+++ b/src/templates/admin/index.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!doctype html>
<html>
<head>
<title>Admin Dashboard - Etherpad</title>
diff --git a/src/templates/admin/plugins-info.html b/src/templates/admin/plugins-info.html
index 24eecb67..ca6fbc82 100644
--- a/src/templates/admin/plugins-info.html
+++ b/src/templates/admin/plugins-info.html
@@ -1,7 +1,7 @@
<%
var plugins = require("ep_etherpad-lite/static/js/pluginfw/plugins");
%>
-<!doctype html>
+<!doctype html>
<html>
<head>
<title>Plugin information - Etherpad</title>
@@ -35,7 +35,7 @@
<h3>Client side hooks</h3>
<div><%- plugins.formatHooks("client_hooks") %></div>
-
+
</div>
</div>
</body>
diff --git a/src/templates/admin/plugins.html b/src/templates/admin/plugins.html
index f4478f8b..dc7d33b9 100644
--- a/src/templates/admin/plugins.html
+++ b/src/templates/admin/plugins.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!doctype html>
<html>
<head>
<title>Plugin manager - Etherpad</title>
@@ -21,7 +21,7 @@
<div class="menu">
<h1><a href="../../">Etherpad</a></h1>
- <ul>
+ <ul>
<% e.begin_block("adminMenu"); %>
<li><a href="plugins">Plugin manager</a> </li>
<li><a href="settings">Settings</a> </li>
@@ -66,7 +66,7 @@
<div class="paged listing search-results">
<div class="separator"></div>
-
+
<h2>Available plugins</h2>
<form>
<input type="text" name="search" disabled placeholder="Search for plugins to install" id="search-query">