document <protect> </protect> tags
authorJeremy Laine <jeremy.laine@m4x.org>
Fri, 7 Jul 2006 12:03:23 +0000 (12:03 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Fri, 7 Jul 2006 12:03:23 +0000 (12:03 +0000)
ChangeLog
plugins/TextileMarkup.php

index 42413d1..1d1bafd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Diogenes 0.9.19
  * fixed - fix handling of filter plugins without arguments
  * improved - reduce database calls used to build a page's menu
  * improved - in debug mode, trace database calls used to build page menu
- * improved - protect some HTML tags before passing to Textile plugin
+ * improved - add <protect> tags to protect HTML from Textile plugin
  * fixed - make the FileList plugin generate valid XHTML
 
 Diogenes 0.9.18
index fa6123a..251cd6d 100644 (file)
@@ -30,7 +30,7 @@ class TextileMarkup extends Diogenes_Plugin_Filter
   var $name = "TextileMarkup";
   
   /** Plugin description */
-  var $description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some <a href=\"http://www.textism.com/tools/textile/\">sample Textile markup pages</a>.";
+  var $description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some <a href=\"http://www.textism.com/tools/textile/\">sample Textile markup pages</a>. You can protect HTML code from this plugin by enclosing it between &lt;protect&gt; and &lt;/protect&gt; tags.";
   
   
   /** Is the plugin allowed with respect to a given write permission on a page ?