From b78eabdcdd28b0e5d7bf3140664397db2d869928 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 16 Jan 2004 06:42:46 +0000 Subject: [PATCH] When using the HTML editor, don't provide format options --- mod/forum/post.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mod/forum/post.html b/mod/forum/post.html index fa58c97a8c..dabf7893e6 100644 --- a/mod/forum/post.html +++ b/mod/forum/post.html @@ -39,22 +39,22 @@ -

:

format, ""); - ?> - - '; + } else { + choose_from_menu(format_text_menu(), "format", $post->format, ""); + } helpbutton("textformat", get_string("helpformatting")); ?> - - +

:

-- 2.39.5