]> git.mjollnir.org Git - moodle.git/commitdiff
Changes for XHTML and accessibility compliances
authormoodler <moodler>
Tue, 28 Sep 2004 09:02:33 +0000 (09:02 +0000)
committermoodler <moodler>
Tue, 28 Sep 2004 09:02:33 +0000 (09:02 +0000)
blocks/admin/block_admin.php

index 3eb8328ad279c3065d0a51281d3533df98e8d6a4..4f9ec221da885835d851ca20ab915fd26c67e390 100644 (file)
@@ -42,10 +42,10 @@ class CourseBlock_admin extends MoodleBlock {
             $this->content->icons[] = '<img src="'.$CFG->pixpath.'/i/users.gif" height="16" width="16" alt="" />';
 
             $this->content->items[]='<a href="'.$CFG->wwwroot.'/backup/backup.php?id='.SITEID.'">'.get_string('backup').'...</a>';
-            $this->content->icons[]='<img src="'.$CFG->pixpath.'/i/backup.gif" height="16" width="16" alt="">';
+            $this->content->icons[]='<img src="'.$CFG->pixpath.'/i/backup.gif" height="16" width="16" alt="" />';
 
             $this->content->items[]='<a href="'.$CFG->wwwroot.'/files/index.php?id='.SITEID.'&amp;wdir=/backupdata">'.get_string('restore').'...</a>';
-            $this->content->icons[]='<img src="'.$CFG->pixpath.'/i/restore.gif" height="16" width="16" alt="">';
+            $this->content->icons[]='<img src="'.$CFG->pixpath.'/i/restore.gif" height="16" width="16" alt="" />';
         }
 
         if (iscreator()) {