Skip to content

Commit

Permalink
XHTML compliance...
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 19, 2007
1 parent 633e1ee commit 0c2153f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth/shibboleth/config.html
Expand Up @@ -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>
Expand Down Expand Up @@ -52,7 +52,7 @@
<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)) {
Expand Down

0 comments on commit 0c2153f

Please sign in to comment.