Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd0523a
)
MDL-37313 question: fix trailing whitespace
author
Dan Poltawski
<dan@moodle.com>
Tue, 15 Jan 2013 08:36:14 +0000
(16:36 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 16 Jan 2013 01:40:32 +0000
(09:40 +0800)
question/format/xml/format.php
patch
|
blob
|
blame
|
history
diff --git
a/question/format/xml/format.php
b/question/format/xml/format.php
index
6e267e4
..
f1472af
100644
(file)
--- a/
question/format/xml/format.php
+++ b/
question/format/xml/format.php
@@
-519,7
+519,7
@@
class qformat_xml extends qformat_default {
array('#', 'text', 0, '#'), '', true);
$feedback = $this->import_text_with_files($answer,
array('#', 'feedback', 0), '', $this->get_format($qo->questiontextformat));
-
+
if ($answertext != 'true' && $answertext != 'false') {
// Old style file, assume order is true/false.
$warning = true;