changed an echo to a print, silly but I prefer print in php files and echo for debug and embedded html :)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
get_string('error'),
|
||||
get_string('error') );
|
||||
|
||||
echo clean_text(urldecode($error));
|
||||
print clean_text(urldecode($error));
|
||||
|
||||
print_footer();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user