1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Tidy up odd chars after closing tag

This commit is contained in:
e107steved
2007-02-11 20:09:19 +00:00
parent b075f1c25d
commit 180b26a8a1
4 changed files with 13 additions and 14 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/e_meta.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-22 12:53:47 $
| $Author: e107coders $
| $Revision: 1.3 $
| $Date: 2007-02-11 20:09:19 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
@@ -34,4 +34,4 @@ if(isset($pref['rss_feeds']) && $pref['rss_feeds'])
}
}
}
?>
?>