summaryrefslogtreecommitdiffstats
path: root/admin/catalog.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-07-11 20:30:06 +0000
committerxgizzmo <xgizzmo@ampache>2005-07-11 20:30:06 +0000
commit2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488 (patch)
tree7c121e46dfeb1fff7a0f31d942d3c8080fba6571 /admin/catalog.php
parent7df5ed038d1d890329ca089f9d76492029315eea (diff)
downloadampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.tar.gz
ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.tar.bz2
ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.zip
XHTML clean up and fixed a few typos
Diffstat (limited to 'admin/catalog.php')
-rw-r--r--admin/catalog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/catalog.php b/admin/catalog.php
index e820a6dd..63c59a96 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -215,14 +215,14 @@ switch ($_REQUEST['action']) {
if (conf('demo_mode')) { break; }
show_confirm_action(_("Do you really want to clear your catalog?"),
"/admin/catalog.php", "action=really_clear_catalog");
- print("<hr>\n");
+ print("<hr />\n");
break;
case 'clear_stats':
if (conf('demo_mode')) { break; }
show_confirm_action(_("Do you really want to clear the statistics for this catalog?"),
"/admin/catalog.php", "action=really_clear_stats");
- print("<hr>\n");
+ print("<hr />\n");
break;
case 'show_disabled':