Add doctype

pull/1480/head
0ip 2013-02-09 20:57:41 +01:00
parent 21e1422be6
commit ad54369bf1
4 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<!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>
<html>
<head>
<title>Plugin information - Etherpad</title>

View File

@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<title>Plugin manager - Etherpad</title>

View File

@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<title>Settings - Etherpad</title>