]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed one minor XHTML problem
authorstronk7 <stronk7>
Mon, 30 Jul 2007 17:20:42 +0000 (17:20 +0000)
committerstronk7 <stronk7>
Mon, 30 Jul 2007 17:20:42 +0000 (17:20 +0000)
blocks/rss_client/config_global.html

index 16e8469aafa19e1a8213269160462f55032c1043..a95cd3a8790470ef91408807e7fcb0746bb6856f 100644 (file)
@@ -65,7 +65,7 @@
     <input type="submit" value="<?php print_string('savechanges') ?>" /></td>
 </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)) {
         $id = '';
     }