diff options
Diffstat (limited to 'includes/pear/Text/Wiki/Render/Xhtml/Html.php')
| -rwxr-xr-x[-rw-r--r--] | includes/pear/Text/Wiki/Render/Xhtml/Html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pear/Text/Wiki/Render/Xhtml/Html.php b/includes/pear/Text/Wiki/Render/Xhtml/Html.php index 7ca4218..b511a81 100644..100755 --- a/includes/pear/Text/Wiki/Render/Xhtml/Html.php +++ b/includes/pear/Text/Wiki/Render/Xhtml/Html.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: Html.php 191862 2005-07-30 08:03:29Z toggg $ + * @version CVS: $Id$ * @link http://pear.php.net/package/Text_Wiki */ @@ -41,7 +41,7 @@ class Text_Wiki_Render_Xhtml_Html extends Text_Wiki_Render { function token($options) { - return $options['text']; + return $options["text"]; } } ?> |
