]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML strict.
authortjhunt <tjhunt>
Thu, 15 Jan 2009 08:48:17 +0000 (08:48 +0000)
committertjhunt <tjhunt>
Thu, 15 Jan 2009 08:48:17 +0000 (08:48 +0000)
tag/manage.php

index 4b7760ea05bdf2fa4421d0f4c5d9fd54a01445d0..01cc5a693298ca7c3cc6bf5e2610f2d0f375c0d0 100644 (file)
@@ -137,10 +137,10 @@ if ($notice) {
 
 // small form to add an official tag
 print('<form class="tag-management-form" method="post" action="'.$CFG->wwwroot.'/tag/manage.php">');
-print('<input type="hidden" name="action" value="addofficialtag">');
+print('<input type="hidden" name="action" value="addofficialtag" />');
 print('<div class="tag-management-form generalbox"><label class="accesshide" for="id_otagsadd">'. get_string('addotags', 'tag') .'</label>'.
-    '<input name="otagsadd" id="id_otagsadd" type="text">'.
-    '<input name="addotags" value="'. get_string('addotags', 'tag') .'" onclick="skipClientValidation = true;" id="id_addotags" type="submit">'.
+    '<input name="otagsadd" id="id_otagsadd" type="text" />'.
+    '<input name="addotags" value="'. get_string('addotags', 'tag') .'" onclick="skipClientValidation = true;" id="id_addotags" type="submit" />'.
     '</div>');
 print('</form>');