1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Missing single quote

This commit is contained in:
e107steved
2007-11-23 20:48:14 +00:00
parent c2a7f06784
commit 200e12123f

View File

@@ -6,8 +6,8 @@
| Released under the terms and conditions of the GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/header_default.php,v $
| $Revision: 1.15 $
| $Date: 2007-11-01 20:28:29 $
| $Revision: 1.16 $
| $Date: 2007-11-23 20:48:14 $
| $Author: e107steved $
+-----------------------------------------------------------------------------------------------+
*/
@@ -100,7 +100,7 @@ if (varset($pref['wysiwyg'],FALSE) && check_class($pref['post_html']) && varset(
}
if (isset($theme_js_php) && $theme_js_php) {
echo "<link rel='stylesheet' href='".THEME_ABS."theme-js.php' type='text/css />";
echo "<link rel='stylesheet' href='".THEME_ABS."theme-js.php' type='text/css' />";
} else {
if (!isset($no_core_js) || !$no_core_js) {
echo "<script type='text/javascript' src='".e_FILE_ABS."e107.js'></script>\n";