1
0

1) Removed ?> <LF> at the end that prevented RSS feeds.

This commit is contained in:
Ivan Cenov
2006-08-29 10:25:22 +00:00
parent db4ffe1f27
commit 19821f6cc1
44 changed files with 42 additions and 125 deletions

View File

@ -2,7 +2,7 @@
/**
* @version $Revision$
* @author Ivan Cenov imc@okto7.com
* @author Ivan Cenov jwalker@hotmail.bg
*/
@define('PLUGIN_KARMA_NAME', 'Карма');
@ -45,5 +45,3 @@
@define('PLUGIN_KARMA_STATISTICS_VISITS_NO', 'посещения');
@define('PLUGIN_KARMA_STATISTICS_VOTES_NO', 'гласувания');
@define('PLUGIN_KARMA_STATISTICS_POINTS_NO', 'точки');
?>