diff options
| author | Christian Fowler <spider@viovio.com> | 2006-09-06 09:03:15 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-09-06 09:03:15 +0000 |
| commit | 6e6bfd54ee11f4852bbc7fc90317746844f4465d (patch) | |
| tree | db2a7b403633f49e9d313a59a6d24d12ba33c3d8 /plugins/format.tikiwiki.php | |
| parent | 6c6cab7c9246341369f0806b30627b328a719ae4 (diff) | |
| download | liberty-6e6bfd54ee11f4852bbc7fc90317746844f4465d.tar.gz liberty-6e6bfd54ee11f4852bbc7fc90317746844f4465d.tar.bz2 liberty-6e6bfd54ee11f4852bbc7fc90317746844f4465d.zip | |
remove comment
Diffstat (limited to 'plugins/format.tikiwiki.php')
| -rw-r--r-- | plugins/format.tikiwiki.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/format.tikiwiki.php b/plugins/format.tikiwiki.php index 6695a4e..7da7791 100644 --- a/plugins/format.tikiwiki.php +++ b/plugins/format.tikiwiki.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.61 $ + * @version $Revision: 1.62 $ * @package liberty */ global $gLibertySystem; @@ -757,7 +757,7 @@ class TikiWikiParser extends BitBase { $data = strip_tags( $data, $acceptableTags ); } else { // convert HTML to chars -// $data = htmlspecialchars( $data, ENT_NOQUOTES, 'UTF-8' ); + $data = htmlspecialchars( $data, ENT_NOQUOTES, 'UTF-8' ); } // Process pre_handlers here |
