]> git.mjollnir.org Git - moodle.git/commitdiff
Some spacing
authormoodler <moodler>
Mon, 16 Feb 2004 17:15:59 +0000 (17:15 +0000)
committermoodler <moodler>
Mon, 16 Feb 2004 17:15:59 +0000 (17:15 +0000)
mod/survey/view.php

index 48eb5a67810c89d9033b030570cb6f2c10632d2c..b782bbc5b7bb7d13baa23a22104e75315a1a6228 100644 (file)
@@ -66,6 +66,7 @@
         } else {
 
             print_simple_box(format_text($survey->intro), "center", "80%");
+            print_spacer(30);
 
             $questions = get_records_list("survey_questions", "id", $survey->questions);
             $questionorder = explode(",", $survey->questions);