From c1e451729180af2a5749aa93671975e72f8d40a9 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Mon, 6 Aug 2007 22:10:58 +0000 Subject: fix some short tags causeing some weirdness in the menu, fixed a typo here and there. --- contrib/themes/Green-Marble/templates/default.css | 2 +- lib/class/ajax.class.php | 2 +- register.php | 2 +- templates/show_now_playing_row.inc.php | 2 +- templates/sidebar_browse.inc.php | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/themes/Green-Marble/templates/default.css b/contrib/themes/Green-Marble/templates/default.css index 6351b486..cad668fa 100644 --- a/contrib/themes/Green-Marble/templates/default.css +++ b/contrib/themes/Green-Marble/templates/default.css @@ -391,7 +391,7 @@ span.five-stars:hover { width: 80px; } } .text-action a, .text-action span { padding: 0 2px; - background: #ddd; + background: url(../images/active.tablebg.gif) #000000 repeat-x; border:1px solid #000; text-decoration: none; } diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php index 5185538a..8843cc4d 100644 --- a/lib/class/ajax.class.php +++ b/lib/class/ajax.class.php @@ -51,7 +51,7 @@ class Ajax { $source_txt = "'$source'"; } - $observe = "\n"; diff --git a/register.php b/register.php index 38005c28..e40da39b 100644 --- a/register.php +++ b/register.php @@ -49,7 +49,7 @@ require_once (conf('prefix') . '/modules/validatemail/validateEmail.php'); /* Don't even include it if we aren't going to use it */ if (conf('captcha_public_reg')) { - define ("CAPTCHA_INVERSE, 1"); + define ("CAPTCHA_INVERSE", 1); require_once (conf('prefix') . '/modules/captcha/captcha.php'); } diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index cb4331d4..7ba25059 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -31,7 +31,7 @@ $artist = scrub_out(truncate_with_ellipsis($song->f_artist_full,'25')); -
+
id,'song'); ?>
diff --git a/templates/sidebar_browse.inc.php b/templates/sidebar_browse.inc.php index 3ae18e0c..f040f531 100644 --- a/templates/sidebar_browse.inc.php +++ b/templates/sidebar_browse.inc.php @@ -24,10 +24,10 @@
--> - /> + />
- /> + />
-- cgit