Skip to content

Commit

Permalink
added missing semicolon in &nbsp (bug#4592)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 16, 2006
1 parent 6e45da5 commit 7b0b5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Expand Up @@ -1293,7 +1293,7 @@ function print_category_info($category, $depth) {
if (isset($frontpage[FRONTPAGECOURSELIST])) {
$catimage = '<img src="'.$CFG->pixpath.'/i/course.gif" width="16" height="16" border="0" alt="" />';
} else {
$catimage = "&nbsp";
$catimage = "&nbsp;";
}

echo "\n\n".'<table border="0" cellpadding="3" cellspacing="0" width="100%">';
Expand Down

0 comments on commit 7b0b5c1

Please sign in to comment.