Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv32048
Modified Files:
jBlog_config_local.tpl
Log Message:
turn off wysiwyg until mozilla works.
Index: jBlog_config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/jBlog/jBlog_config_local.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- jBlog_config_local.tpl 14 Mar 2003 04:04:26 -0000 1.7
+++ jBlog_config_local.tpl 14 Mar 2003 06:18:30 -0000 1.8
@@ -23,7 +23,7 @@
$jBlog["pass"] = "{pass|string|j}"; // Password for admin login
$jBlog["email"] = "{email|string|j}"; // Email for admin login
$jBlog["want_mail"] = {want_mail|bool|true}; // Do you want to receive emails when comments are posted to your jBlog?
-$jBlog["wysiwyg"] = {wysiwyg|bool|true}; // Do you want to use the WYSIWYG editor?
+$jBlog["wysiwyg"] = {wysiwyg|bool|false}; // Do you want to use the WYSIWYG editor?
$jBlog["layout_mode"] = "{layout_mode|string|table}"; // Layout mode
$jBlog["blogTitle"] = "{blogTitle|string|Foo Bar}"; // Site title
|