From a093387b927397b692c569bd395bdab159aaa4a3 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 16 Mar 2006 08:32:29 +0000 Subject: [PATCH] if htmleditor is on, only show html format --- blog/edit.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/blog/edit.html b/blog/edit.html index f73ff8feef..71d95a84f0 100755 --- a/blog/edit.html +++ b/blog/edit.html @@ -146,7 +146,12 @@ : format, ''); + if ($usehtmleditor) { /// Trying this out for a while + print_string('formathtml'); + echo ''; + } else { + choose_from_menu(format_text_menu(), "format", $post->format, ""); + } ?>