Skip to content

Commit

Permalink
MDL-19800 Upgraded calls to link_to_popup_window()
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Aug 20, 2009
1 parent 4644e09 commit 424e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/index_form.html
Expand Up @@ -22,7 +22,7 @@ <h2><?php print_string("returningtosite") ?></h2>
<?php
if (!empty($errormsg)) {
echo '<div class="loginerrors">';
formerr($errormsg);
echo $OUTPUT->error_text($errormsg);
echo '</div>';
}
?>
Expand Down

0 comments on commit 424e6bf

Please sign in to comment.