mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixed one minor XHTML problem
This commit is contained in:
parent
88dffda52c
commit
13c59ebc0f
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue