From c0724bdce2cd27d6c7f709244fe29489552b94e0 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Thu, 4 May 2006 11:17:50 +0000 Subject: [PATCH] Merging from STABLE --- question/format/examview/format.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/question/format/examview/format.php b/question/format/examview/format.php index 0652116c37..f7cdbef7fd 100755 --- a/question/format/examview/format.php +++ b/question/format/examview/format.php @@ -11,6 +11,12 @@ ** Support of rejoinders ** ** $Log$ +** Revision 1.3 2006/05/04 11:17:50 thepurpleblob +** Merging from STABLE +** +** Revision 1.2.2.1 2006/05/04 11:15:11 thepurpleblob +** htmlentities() replaced by s() +** ** Revision 1.2 2006/03/01 07:36:08 gustav_delius ** Removing some more references to quiz from import/export code ** @@ -198,7 +204,7 @@ class qformat_examview extends qformat_default { function htmlPrepare($htmltext) { $text = trim($text); - $text = htmlentities($htmltext, ENT_QUOTES); + $text = s($htmltext); //$htmltext = nl2br($text); return $text; } -- 2.39.5