summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Parse/Default/Tighten.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pear/Text/Wiki/Parse/Default/Tighten.php')
-rwxr-xr-x[-rw-r--r--]includes/pear/Text/Wiki/Parse/Default/Tighten.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/pear/Text/Wiki/Parse/Default/Tighten.php b/includes/pear/Text/Wiki/Parse/Default/Tighten.php
index a03b51f..fb1ec84 100644..100755
--- a/includes/pear/Text/Wiki/Parse/Default/Tighten.php
+++ b/includes/pear/Text/Wiki/Parse/Default/Tighten.php
@@ -12,7 +12,7 @@
*
* @license LGPL
*
-* @version $Id: Tighten.php 180591 2005-02-23 17:38:29Z pmjones $
+* @version $Id$
*
*/
@@ -29,7 +29,7 @@
*
*/
-class Text_Wiki_Parse_Tighten extends Text_Wiki_Parse {
+class Text_Wiki_Parse_Default_Tighten extends Text_Wiki_Parse {
/**
@@ -42,8 +42,8 @@ class Text_Wiki_Parse_Tighten extends Text_Wiki_Parse {
function parse()
{
- $this->wiki->source = str_replace("\n", '',
+ $this->wiki->source = str_replace("\n", "",
$this->wiki->source);
}
}
-?> \ No newline at end of file
+?>