]> git.mjollnir.org Git - moodle.git/commitdiff
"CHAT/MDL-14651, move down DOCTYPE declaration"
authordongsheng <dongsheng>
Wed, 4 Mar 2009 07:15:18 +0000 (07:15 +0000)
committerdongsheng <dongsheng>
Wed, 4 Mar 2009 07:15:18 +0000 (07:15 +0000)
mod/chat/gui_ajax/index.php

index 3e8f99a62ad6d0e088a3b3f81d7d37e610aa184b..3b0344f68405776b2f43b901077e81b88595745c 100644 (file)
@@ -1,4 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <?php
 require_once('../../../config.php');
 require_once('../lib.php');
@@ -55,6 +54,7 @@ $str_title   = format_string($course->shortname) . ": ".format_string($chat->nam
 $str_inputarea = get_string('inputarea', 'chat');
 $str_userlist  = get_string('userlist',  'chat');
 ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <head>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />