diff -r 63ca29eda873 -r 4df25dfdde63 includes/wikiformat.php --- a/includes/wikiformat.php Sat Jul 28 18:11:14 2007 -0400 +++ b/includes/wikiformat.php Sun Jul 29 17:40:36 2007 -0400 @@ -379,7 +379,7 @@ if ($this->isError($result)) { return $result; } - + if (is_object($this->formatObj[$format])) { $output .= $this->formatObj[$format]->pre(); } @@ -387,7 +387,7 @@ foreach (array_keys($this->_countRulesTokens) as $rule) { $this->loadRenderObj($format, $rule); } - + $k = strlen($this->source); for ($i = 0; $i < $k; $i++) {