From: <var...@us...> - 2014-11-19 14:34:15
|
Revision: 9341 http://sourceforge.net/p/phpwiki/code/9341 Author: vargenau Date: 2014-11-19 14:34:11 +0000 (Wed, 19 Nov 2014) Log Message: ----------- Remove comment Modified Paths: -------------- trunk/lib/plugin/RawHtml.php Modified: trunk/lib/plugin/RawHtml.php =================================================================== --- trunk/lib/plugin/RawHtml.php 2014-11-19 14:33:38 UTC (rev 9340) +++ trunk/lib/plugin/RawHtml.php 2014-11-19 14:34:11 UTC (rev 9341) @@ -97,10 +97,6 @@ // http://chxo.com/scripts/safe_html-test.php looks better $argstr = $this->safe_html($argstr); - /*return $this->disabled(HTML(fmt("This %s plugin on %s is disabled because of unsafe HTML code. ",$this->getName(), $basepage), - fmt("See PhpWiki:allowing%20safe%20HTML") - )); - */ } return HTML::raw($argstr); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |