Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_xhtmlcleanup
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20637/plugins/serendipity_event_xhtmlcleanup
Modified Files:
serendipity_event_xhtmlcleanup.php
Log Message:
Allow users to toggle the display of the Serendipity Logo in the "Powered by" plugin, also added ability to replace it with text, or show both
Shortened the text for the XHTML cleanup plugin, it was breaking layout
Index: serendipity_event_xhtmlcleanup.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_xhtmlcleanup/serendipity_event_xhtmlcleanup.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- serendipity_event_xhtmlcleanup.php 24 Jun 2004 10:28:38 -0000 1.3
+++ serendipity_event_xhtmlcleanup.php 1 Jul 2004 18:35:18 -0000 1.4
@@ -9,7 +9,7 @@
case 'en':
default:
@define('PLUGIN_EVENT_XHTMLCLEANUP_NAME', 'Fix common XHTML errors');
- @define('PLUGIN_EVENT_XHTMLCLEANUP_DESC', 'Corrects common issues with XHTML markup you may have made in your entries');
+ @define('PLUGIN_EVENT_XHTMLCLEANUP_DESC', 'Corrects common issues with XHTML markup in entries');
break;
}
|