diff -r bda11e521e8a -r 0a74676a2f2f plugins/SpecialPageFuncs.php --- 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 '

The following text represents the license that the Enano 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.

'; - echo RenderMan::render( htmlspecialchars ( file_get_contents ( ENANO_ROOT . '/GPL' ) ) ); + echo RenderMan::render( file_get_contents ( ENANO_ROOT . '/GPL' ) ); } else {