]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML compliance...
authorstronk7 <stronk7>
Mon, 19 Mar 2007 16:39:00 +0000 (16:39 +0000)
committerstronk7 <stronk7>
Mon, 19 Mar 2007 16:39:00 +0000 (16:39 +0000)
Merged from MOODLE_18_STABLE

auth/shibboleth/config.html

index 3d5fa33eb375e6182337799d5e08e58004040042..51ef924b34238cc47b0fba772fbe5069c73e6700 100755 (executable)
@@ -22,7 +22,7 @@
 <tr valign="top" class="required">
     <td align="right"><?php print_string("username") ?>:</td>
     <td>
-        <input name="user_attribute" type="text" size="30" value="<?php echo $config->user_attribute ?>">
+        <input name="user_attribute" type="text" size="30" value="<?php echo $config->user_attribute ?>" />
     </td>
     <td><?php print_string("auth_shib_username_description", "auth") ?></td>
 </tr>
@@ -52,7 +52,7 @@ instructions
 <tr valign="top">
     <td align="right"><?php print_string("auth_shib_convert_data", "auth") ?>:</td>
     <td>
-        <input name="convert_data" type="text" size="30" value="<?php echo $config->convert_data?>">
+        <input name="convert_data" type="text" size="30" value="<?php echo $config->convert_data?>" />
         <?php
 
         if ($config->convert_data and $config->convert_data != '' and !is_readable($config->convert_data)) {