More XHTML strict - removed image borders and height/width

This commit is contained in:
moodler
2007-01-05 12:58:22 +00:00
parent b0679efa8f
commit 7cd2f598aa
3 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -1184,7 +1184,7 @@ function print_question_icon($question, $editlink=true, $return = false) {
global $QTYPES, $CFG;
$namestr = get_string($question->qtype, 'quiz');
$html = '<img border="0" height="16" width="16" src="'.$CFG->wwwroot.'/question/type/'.
$html = '<img src="'.$CFG->wwwroot.'/question/type/'.
$question->qtype.'/icon.gif" alt="'.
$namestr.'" title="'.$namestr.'" />';