Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6416
Modified Files:
serendipity_config_local.tpl
Log Message:
htmlarea has bugs when editing previously stored content in Firefox (works
in IE though). So disable the editor by default again.
I will look more into this, but have no time left...
Index: serendipity_config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_config_local.tpl,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- serendipity_config_local.tpl 24 Mar 2004 20:02:15 -0000 1.35
+++ serendipity_config_local.tpl 25 Mar 2004 11:16:42 -0000 1.36
@@ -33,7 +33,7 @@
// Appearance and options
# Customize how Serendipity looks and feels
$serendipity['extCSS'] = '{External Stylesheet|extCSS|string|none}'; // You can define a stylesheet uri here, aditionally to the settings adjustable in the admin interface (enter 'none' if you don't need this)
-$serendipity['wysiwyg'] = '{Use WYSIWYG editor|wysiwyg|bool|1}'; // Do you want to use the WYSIWYG editor? (Only works on IE5+, Mozilla 1.3+)
+$serendipity['wysiwyg'] = '{Use WYSIWYG editor|wysiwyg|bool|0}'; // Do you want to use the WYSIWYG editor? (Works on IE5+, partially in Mozilla 1.3+)
$serendipity['XHTML11'] = '{Force XHTML 1.1 compliance|XHTML11|bool|0}'; // Do you want to force XHTML 1.1 compliance (may cause problems for back-/frontend on older 4th generation browsers)
$serendipity['enablePopup'] = '{Enable use of popup windows for comments, trackbacks et al|enablePopup|bool|1}'; // Do you want to use the blog to use popup windows for comments, trackbacks et al?
$serendipity['embed'] = '{Is serendipity embedded?|embed|bool|0}'; // If you want to embed serendipity within a regular page, set to true to discard any headers and just print the contents. You can make use of the indexFile option to use a wrapper class where you put your normal webpage headers. See the INSTALL file for more information!
|