Commit 494f0e59 authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 162194: DOCTYPE should include system identifier

Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
parent e50242c1
......@@ -56,7 +56,8 @@
# set h1's default value here only if it is undefined. %]
[% IF !h1.defined %][% h1 = title %][% END %]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[% title FILTER html %]</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment