From: <var...@us...> - 2010-04-27 14:25:53
|
Revision: 7358 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7358&view=rev Author: vargenau Date: 2010-04-27 14:25:47 +0000 (Tue, 27 Apr 2010) Log Message: ----------- Remove HTML comment Modified Paths: -------------- trunk/themes/gforge/templates/html.tmpl trunk/themes/gforge/templates/ratings.tmpl Modified: trunk/themes/gforge/templates/html.tmpl =================================================================== --- trunk/themes/gforge/templates/html.tmpl 2010-04-27 09:00:17 UTC (rev 7357) +++ trunk/themes/gforge/templates/html.tmpl 2010-04-27 14:25:47 UTC (rev 7358) @@ -10,10 +10,3 @@ <?= $WikiTheme->getMoreHeaders() ?> <?= Template('body') ?> <?php $WikiTheme->footer() ?> -<?php -if (defined('DEBUG') and DEBUG) { - echo "<!-- phpwiki source: \n"; - echo $RCS_IDS; - echo "-->\n"; -} -?> Modified: trunk/themes/gforge/templates/ratings.tmpl =================================================================== --- trunk/themes/gforge/templates/ratings.tmpl 2010-04-27 09:00:17 UTC (rev 7357) +++ trunk/themes/gforge/templates/ratings.tmpl 2010-04-27 14:25:47 UTC (rev 7358) @@ -1,7 +1,6 @@ <?php // -*-php-*- rcs_id('$Id: ratings.tmpl 6899 2009-06-05 07:16:56Z rurban $'); ?> -<!-- Ratings --> <?php if (!$WikiTheme->DUMP_MODE) { $loader = new WikiPluginLoader(); printXML($loader->expandPI("<"."?plugin RateIt show=top imgPrefix=BStar ?".">", $request, $dbi->_markup)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |