]> git.mjollnir.org Git - moodle.git/commitdiff
Merging the removal of the "wtf"
authormark-nielsen <mark-nielsen>
Sat, 7 Apr 2007 19:23:13 +0000 (19:23 +0000)
committermark-nielsen <mark-nielsen>
Sat, 7 Apr 2007 19:23:13 +0000 (19:23 +0000)
mod/lesson/action/editpage.php

index 27c33520ec4932cd722c7f5e39870ed383594ebe..8188f43645eb45a3f0191bd699c52cd6d08ba976 100644 (file)
                             print_textarea(false, 6, 70, 630, 300, "response[$n]", $answer->response);
                         }
                     }
-                    echo "wtf</td></tr>\n";
+                    echo "</td></tr>\n";
                     break;
                 case LESSON_TRUEFALSE:
                 case LESSON_MULTICHOICE: