From: Jeremy Laine Date: Fri, 7 Jul 2006 12:03:35 +0000 (+0000) Subject: document tags X-Git-Url: http://git.polytechnique.org/?p=diogenes.git;a=commitdiff_plain;h=824ae29017126c7420683e485d03fdc15ca4fab7 document tags --- diff --git a/ChangeLog b/ChangeLog index 68c3812..64cabd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,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 b4095d2..7b032e6 100644 --- a/plugins/TextileMarkup.php +++ b/plugins/TextileMarkup.php @@ -30,7 +30,7 @@ class TextileMarkup extends Diogenes_Plugin_Skel_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 ?