summaryrefslogtreecommitdiff
path: root/plugins/recaptcha/recaptcha.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/recaptcha/recaptcha.php')
-rw-r--r--plugins/recaptcha/recaptcha.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/recaptcha/recaptcha.php b/plugins/recaptcha/recaptcha.php
index 5ef8352d1..38a860fc7 100644
--- a/plugins/recaptcha/recaptcha.php
+++ b/plugins/recaptcha/recaptcha.php
@@ -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;