Fixed one minor XHTML problem

This commit is contained in:
stronk7 2007-07-30 17:20:42 +00:00
parent 88dffda52c
commit 13c59ebc0f

View file

@ -65,7 +65,7 @@
<input type="submit" value="<?php print_string('savechanges') ?>" /></td> <input type="submit" value="<?php print_string('savechanges') ?>" /></td>
</tr> </tr>
<tr> <tr>
<td colspan="3" align="center"><a href=" <?php echo $CFG->wwwroot; ?>/blocks/rss_client/block_rss_client_action.php?id=<?php <td colspan="3" align="center"><a href="<?php echo $CFG->wwwroot ?>/blocks/rss_client/block_rss_client_action.php?id=<?php
if (!isset($id)) { if (!isset($id)) {
$id = ''; $id = '';
} }