diff options
author | Dan Bornstein <danfuzz@milk.com> | 2016-09-08 09:41:23 -0700 |
---|---|---|
committer | Dan Bornstein <danfuzz@milk.com> | 2016-09-08 09:41:23 -0700 |
commit | 879ae7c67d6b0c7fa78e0e09435861e5509678a8 (patch) | |
tree | 6d0efc6ca65ed08fefe763ce7b65d52bf7857f5d /src/templates/export_html.html | |
parent | 6d7f128b870cc405151e44484a35999a0cbb69b0 (diff) | |
download | etherpad-lite-879ae7c67d6b0c7fa78e0e09435861e5509678a8.zip |
Remove the `noDocType` argument, which was only ever passed as `false`.
Diffstat (limited to 'src/templates/export_html.html')
-rw-r--r-- | src/templates/export_html.html | 2 |
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> |