summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Render/Xhtml/Raw.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Xhtml/Raw.php')
-rwxr-xr-x[-rw-r--r--]includes/pear/Text/Wiki/Render/Xhtml/Raw.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pear/Text/Wiki/Render/Xhtml/Raw.php b/includes/pear/Text/Wiki/Render/Xhtml/Raw.php
index 3027153..3b1e405 100644..100755
--- a/includes/pear/Text/Wiki/Render/Xhtml/Raw.php
+++ b/includes/pear/Text/Wiki/Render/Xhtml/Raw.php
@@ -9,7 +9,7 @@
* @package Text_Wiki
* @author Paul M. Jones <pmjones@php.net>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
- * @version CVS: $Id: Raw.php 214538 2006-06-09 21:32:24Z justinpatrin $
+ * @version CVS: $Id$
* @link http://pear.php.net/package/Text_Wiki
*/
@@ -40,7 +40,7 @@ class Text_Wiki_Render_Xhtml_Raw extends Text_Wiki_Render {
function token($options)
{
- return $this->textEncode($options['text']);
+ return $this->textEncode($options["text"]);
}
}
?>