Skip to content

Commit

Permalink
Correctly closing input tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Apr 1, 2005
1 parent 1aacfd5 commit 77d2fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/site.html
Expand Up @@ -105,7 +105,7 @@
</tr>
<tr>
<td></td>
<td><input type="submit" value="<?php print_string("savechanges") ?>"></td>
<td><input type="submit" value="<?php print_string("savechanges") ?>" /></td>
</tr>
</table>
<input type="hidden" name="id" value="<?php p($form->id) ?>" />
Expand Down

0 comments on commit 77d2fda

Please sign in to comment.