mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
spacing tidy up
This commit is contained in:
parent
a4221c1d20
commit
fd9576fb1b
6 changed files with 51 additions and 46 deletions
|
@ -1,14 +1,14 @@
|
|||
<?php //$Id$
|
||||
// Print an error page condition
|
||||
require_once('../../config.php');
|
||||
|
||||
require_once('../../config.php');
|
||||
$error = required_param('error', PARAM_CLEAN);
|
||||
|
||||
$error = required_param('error',PARAM_CLEAN);
|
||||
print_header(get_string('error'),
|
||||
get_string('error'),
|
||||
get_string('error') );
|
||||
|
||||
print_header(get_string('error'),
|
||||
get_string('error'),
|
||||
get_string('error') );
|
||||
print clean_text(urldecode($error));
|
||||
|
||||
print clean_text(urldecode($error));
|
||||
|
||||
print_footer();
|
||||
?>
|
||||
print_footer();
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue