From c786e135473f420f6835488ae67c74a82c597f6d Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Sat, 7 Apr 2007 19:23:13 +0000 Subject: [PATCH] Merging the removal of the "wtf" --- mod/lesson/action/editpage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/action/editpage.php b/mod/lesson/action/editpage.php index 27c33520ec..8188f43645 100644 --- a/mod/lesson/action/editpage.php +++ b/mod/lesson/action/editpage.php @@ -234,7 +234,7 @@ print_textarea(false, 6, 70, 630, 300, "response[$n]", $answer->response); } } - echo "wtf\n"; + echo "\n"; break; case LESSON_TRUEFALSE: case LESSON_MULTICHOICE: -- 2.39.5