From 9ca8056ae0bd9ef50f923627c489d07ea3084c85 Mon Sep 17 00:00:00 2001 From: danmarsden Date: Thu, 31 Mar 2005 22:48:43 +0000 Subject: [PATCH] don't add

tags when in vertical display mode. --- mod/choice/view.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mod/choice/view.php b/mod/choice/view.php index 42f19d66002..1ffe526096f 100644 --- a/mod/choice/view.php +++ b/mod/choice/view.php @@ -130,9 +130,11 @@ case CHOICE_DISPLAY_VERTICAL: echo ""; foreach ($choice->option as $optionid => $text) { - if ($text) { + if ($text) { + $options = null; + $options->para = false; echo ""; echo "";
"; - echo "". + echo "". format_text($text); echo "