Add <!DOCTYPE html> to HTML responses
[lhc/web/wiklou.git] / includes / WebRequest.php
index 0065135..c829ce0 100644 (file)
@@ -1099,6 +1099,7 @@ class WebRequest {
                header( 'Content-Type: text/html' );
                $encUrl = htmlspecialchars( $url );
                echo <<<HTML
+<!DOCTYPE html>
 <html>
 <head>
 <title>Security redirect</title>