Switch DOCTYPE's to the XHTML 5 DOCTYPE

This commit is contained in:
Craig Andrews
2009-08-05 18:27:27 -04:00
parent d77982b9b4
commit 95ba22c5d7
6 changed files with 7 additions and 19 deletions

View File

@@ -65,9 +65,7 @@ class recaptcha extends Plugin
$action->extraHeaders();
$action->startXML('html',
'-//W3C//DTD XHTML 1.0 Strict//EN',
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
$action->startXML('html');
$action->raw('<style type="text/css">#recaptcha_area{float:left;}</style>');
return false;