1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +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

@ -12,4 +12,4 @@ if ($reported_posts) {
}
$text .= '</div>';
?>
?>

View File

@ -1,4 +1,4 @@
<?
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/e_linkgen.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:10 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-02-11 20:09:19 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/

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'])
}
}
}
?>
?>

View File

@ -6,9 +6,9 @@
| Released under the terms and conditions of the GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/trackback/e_meta.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:35:43 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-02-11 20:09:19 $
| $Author: e107steved $
+-----------------------------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
@ -17,5 +17,4 @@ if(isset($pref['trackbackEnabled'])){
echo "<link rel='pingback' href='".SITEURLBASE.e_PLUGIN_ABS."trackback/xmlrpc.php' />";
}
?>
?>