From: <var...@us...> - 2014-09-25 08:54:33
|
Revision: 9113 http://sourceforge.net/p/phpwiki/code/9113 Author: vargenau Date: 2014-09-25 08:54:24 +0000 (Thu, 25 Sep 2014) Log Message: ----------- In some <pre> constructs, the equal signs are lost Modified Paths: -------------- trunk/lib/BlockParser.php Modified: trunk/lib/BlockParser.php =================================================================== --- trunk/lib/BlockParser.php 2014-09-25 08:47:58 UTC (rev 9112) +++ trunk/lib/BlockParser.php 2014-09-25 08:54:24 UTC (rev 9113) @@ -932,11 +932,6 @@ else $text = join("\n", $text); - // FIXME: no <img>, <big>, <small>, <sup>, or <sub>'s allowed - // in a <pre>. - if ($m->match == '<pre>') { - $text = TransformInline($text); - } if ($m->match == '<noinclude>') { $text = TransformText($text); $this->_element = new Block_HtmlElement('div', false, $text); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |