utf-8 without BOM; removed trailing white spaces

pull/1850/head
Wikinaut 2013-08-14 21:46:57 +02:00
parent c3bffc2623
commit 4305bb16ed
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html>
<head>
<title>Admin Dashboard - Etherpad</title>

View File

@ -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>

View File

@ -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">