Owen Leonard
d44896079b
In the transition to Template::Toolkit a part of the DOCTYPE includes got its case switched, making it invalid: XHTML was changed to Xhtml Correcting the case quiets errors in the validator. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
4 lines
260 B
HTML
4 lines
260 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="[% lang %]" xml:lang="[% lang %]" [% IF ( bidi ) %]dir="[% bidi %]"[% END %] xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|