From 35ff2f36e59e8c46280ca520d53d19f0c3aab8ca Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Fri, 7 Jul 2006 12:03:23 +0000 Subject: [PATCH] document tags --- ChangeLog | 2 +- plugins/TextileMarkup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 42413d1..1d1bafd 100644 --- 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 tags to protect HTML from Textile plugin * fixed - make the FileList plugin generate valid XHTML Diogenes 0.9.18 diff --git a/plugins/TextileMarkup.php b/plugins/TextileMarkup.php index fa6123a..251cd6d 100644 --- a/plugins/TextileMarkup.php +++ b/plugins/TextileMarkup.php @@ -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 sample Textile markup pages."; + var $description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some sample Textile markup pages. You can protect HTML code from this plugin by enclosing it between <protect> and </protect> tags."; /** Is the plugin allowed with respect to a given write permission on a page ? -- 2.1.4