From 033cc8a223db15b15ff63c32fae160f7879a8d3e Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 6 Jul 2005 09:51:37 +0000 Subject: [PATCH] Bug #3596 - Secureforms yes breaks online assignment --- mod/assignment/type/online/assignment.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assignment/type/online/assignment.class.php b/mod/assignment/type/online/assignment.class.php index 4282bf5629d..2670abeaef0 100644 --- a/mod/assignment/type/online/assignment.class.php +++ b/mod/assignment/type/online/assignment.class.php @@ -65,7 +65,7 @@ class assignment_online extends assignment_base { $defaulttext = $submission ? $submission->data1 : ''; $defaultformat = $submission ? $submission->data2 : $this->defaultformat; - echo '
'; // do this so URLs look good + echo ''; // do this so URLs look good echo ''; echo '
';