X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2FTextileMarkup.php;h=251cd6d4055869d25a560cee41f14d9cc98f98de;hb=35ff2f36e59e8c46280ca520d53d19f0c3aab8ca;hp=e71ae2cbbfb98f18429d278913e20a1e61a15ff8;hpb=e2e369d67aae533cf6e53a5e535807f70dde825f;p=diogenes.git diff --git a/plugins/TextileMarkup.php b/plugins/TextileMarkup.php index e71ae2c..251cd6d 100644 --- a/plugins/TextileMarkup.php +++ b/plugins/TextileMarkup.php @@ -20,6 +20,7 @@ require_once 'Plugin/Filter.php'; require_once 'classTextile.php'; +require_once 'diogenes.text.inc.php'; /** The TextileMarkup plugin allows you to render Textile markup into XHTML. */ @@ -29,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 ?