diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-19 18:05:40 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-19 18:05:40 +0000 |
commit | 0c0262b8a7326d1e2effbce5d422fd672300d114 (patch) | |
tree | e84c501cccbb2e7d3d9655685020fd7a266a7170 /templates/show_box.inc | |
parent | 49f48af532c2d3196d94b444c3514bdb1a499436 (diff) | |
download | ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.tar.gz ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.tar.bz2 ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.zip |
mother of all commits...
Diffstat (limited to 'templates/show_box.inc')
-rw-r--r-- | templates/show_box.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_box.inc b/templates/show_box.inc index c3c1dfa3..ea071e93 100644 --- a/templates/show_box.inc +++ b/templates/show_box.inc @@ -27,8 +27,8 @@ ?> -<table class="border" cellspacing=1 cellpadding=3> - <tr align=center> +<table class="border" cellspacing="1" cellpadding="3"> + <tr align="center"> <td background="<?= conf('web_path'); ?>/images/ampache-light-bg.gif" bgcolor="#c0c0c0"><?= $title ?></td> </tr> <tr> |