MDL-10516 Question Type - Essay - Whitespace fix
authorDamyon Wiese <damyon@moodle.com>
Wed, 3 Apr 2013 03:21:36 +0000 (11:21 +0800)
committerDamyon Wiese <damyon@moodle.com>
Wed, 3 Apr 2013 03:30:42 +0000 (11:30 +0800)
question/type/essay/tests/helper.php

index 6072dfe..02e7d74 100644 (file)
@@ -97,7 +97,7 @@ class qtype_essay_test_helper extends question_test_helper {
         $q->responseformat = 'monospaced';
         return $q;
     }
-    
+
     public function make_essay_question_responsetemplate() {
         $q = $this->initialise_essay_question();
         $q->responsetemplate = 'Once upon a time';