Skip to content

Commit

Permalink
Fix MDL-12407: missing whitespace produces invalid XHTML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
iarenaza committed Dec 2, 2007
1 parent 0605185 commit 249ab0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userpix/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

foreach ($users as $user) {
$fullname = fullname($user);
echo "<a href=\"$CFG->wwwroot/user/view.php?id=$user->id&amp;course=1\"".
echo "<a href=\"$CFG->wwwroot/user/view.php?id=$user->id&amp;course=1\" ".
"title=\"$fullname\">";
if ($CFG->slasharguments) { // Use this method if possible for better caching
echo '<img src="'. $CFG->wwwroot .'/user/pix.php/'.$user->id.'/f1.jpg"'.
Expand Down

0 comments on commit 249ab0f

Please sign in to comment.