Skip to content

Commit

Permalink
fixed bug #5593 - logged in nested in <p> and <div>; merged from MOOD…
Browse files Browse the repository at this point in the history
…LE_16_STABLE
  • Loading branch information
skodak committed May 23, 2006
1 parent c65d1af commit e0ce2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my/pagelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function print_header($title) {
$header = get_string('mymoodle','my');
$nav = $header;

$loggedinas = '<p class="logininfo">'. user_login_string($site) .'</p>';
$loggedinas = user_login_string($site);
print_header($title, $header,$nav,'','',true, $button, $loggedinas);

}
Expand Down

0 comments on commit e0ce2e1

Please sign in to comment.