summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@milk.com>2016-09-08 09:41:23 -0700
committerDan Bornstein <danfuzz@milk.com>2016-09-08 09:41:23 -0700
commit879ae7c67d6b0c7fa78e0e09435861e5509678a8 (patch)
tree6d0efc6ca65ed08fefe763ce7b65d52bf7857f5d /src/templates
parent6d7f128b870cc405151e44484a35999a0cbb69b0 (diff)
downloadetherpad-lite-879ae7c67d6b0c7fa78e0e09435861e5509678a8.zip
Remove the `noDocType` argument, which was only ever passed as `false`.
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/export_html.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/export_html.html b/src/templates/export_html.html
index 24e83ac2..b8893b71 100644
--- a/src/templates/export_html.html
+++ b/src/templates/export_html.html
@@ -1,4 +1,4 @@
-<%- doctype %>
+<!doctype html>
<html lang="en">
<head>
<title><%- padId %></title>