From: nfreear Date: Fri, 19 May 2006 10:33:13 +0000 (+0000) Subject: Fix bug 5434 - hardcoded missing Alt text, with a warning comment. Merged from branch... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1211e732448bbfb78835a43209d44245508310ea;p=moodle.git Fix bug 5434 - hardcoded missing Alt text, with a warning comment. Merged from branch MOODLE_16_STABLE. --- diff --git a/theme/formal_white/header.html b/theme/formal_white/header.html index 75f1f1e902..e57fee1b58 100644 --- a/theme/formal_white/header.html +++ b/theme/formal_white/header.html @@ -17,17 +17,17 @@
-
-

/logo.jpg' border='0'/>

+

Moodle/logo.jpg' />

diff --git a/theme/standardlogo/header.html b/theme/standardlogo/header.html index c40d200c0e..2381383034 100644 --- a/theme/standardlogo/header.html +++ b/theme/standardlogo/header.html @@ -37,9 +37,11 @@ } else { $standardlogo = $CFG->wwwroot.'/theme/'.current_theme().'/logo.gif'; } + + //Accessibility: warning: ALT text will need editing if logo changes. ?>
-
+
Moodle