]> git.mjollnir.org Git - moodle.git/commitdiff
minor spacing cleanup
authordhawes <dhawes>
Fri, 21 Jan 2005 03:20:56 +0000 (03:20 +0000)
committerdhawes <dhawes>
Fri, 21 Jan 2005 03:20:56 +0000 (03:20 +0000)
blocks/rss_client/block_rss_client_error.php

index 67125c82c0c35c60b71ad2da6bf73745cfc8c814..8d2ef39e245153ba3bae63e494a08522680b7654 100644 (file)
@@ -2,9 +2,9 @@
 
     require_once('../../config.php');
     global $USER, $CFG;
-    
+
     require_variable($error);
-    
+
     print_header(get_string('error'), 
                  get_string('error'), 
                  get_string('error') );
@@ -12,4 +12,4 @@
     print urldecode($error);
 
     print_footer();
-?>
+?>
\ No newline at end of file