--- a/plugins/SpecialPageFuncs.php Sat Jul 21 11:28:59 2007 -0400
+++ b/plugins/SpecialPageFuncs.php Sat Jul 21 18:12:10 2007 -0400
@@ -357,7 +357,7 @@
if(file_exists(ENANO_ROOT.'/GPL'))
{
echo '<p>The following text represents the license that the <a href="'.makeUrlNS('Special', 'About_Enano').'">Enano</a> content management system is under. To make it easier to read, the text has been wiki-formatted; in no other way has it been changed.</p>';
- echo RenderMan::render( htmlspecialchars ( file_get_contents ( ENANO_ROOT . '/GPL' ) ) );
+ echo RenderMan::render( file_get_contents ( ENANO_ROOT . '/GPL' ) );
}
else
{