Bug 131568: template/default/global/header validates HTML 4.01 Transitional

Patch by ville.skytta@iki.fi (Ville Skyttä) r= justdave x2
parent 0e18e33d
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
style = "" style = ""
message = "" message = ""
%] %]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<title>[% title %]</title> <title>[% title %]</title>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
[% END %] [% END %]
[% IF style_url %] [% IF style_url %]
<link href="[% style_url %]" rel="stylesheet" type="text/css" /> <link href="[% style_url %]" rel="stylesheet" type="text/css">
[% END %] [% END %]
</head> </head>
......
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