MDL-20697 fixed whitespace and coding style

This commit is contained in:
Petr Skoda 2009-11-01 09:25:47 +00:00
parent 2a250a0b2e
commit 58b45fd7b2
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<?php // $Id$
<?php
// Displays the top level category or all courses
// In editing mode, allows the admin to edit a category,
// and rearrange courses

View File

@ -1,4 +1,4 @@
<?php // $Id$
<?php
// Admin-only code to delete a course utterly
require_once(dirname(__FILE__) . '/../config.php');
@ -74,4 +74,4 @@
echo $OUTPUT->footer();
?>