Skip to content

Commit

Permalink
MDL-20636 Fix syntax error in question/format/xhtml/format.php
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Mar 11, 2011
1 parent 56b0df7 commit 9f622ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/format/xhtml/format.php
Expand Up @@ -69,7 +69,7 @@ function writequestion($question) {

// Format and add the question text
$expout .= '<p class="questiontext">' . format_text($question->questiontext,
$question->questiontextformat); . "</p>\n";
$question->questiontextformat) . "</p>\n";

// selection depends on question type
switch($question->qtype) {
Expand Down

0 comments on commit 9f622ce

Please sign in to comment.