changeset 78 | 4df25dfdde63 |
parent 35 | efae425e9b98 |
child 142 | ca9118d9c0f2 |
--- 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++) {