diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-11 20:30:06 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-11 20:30:06 +0000 |
commit | 2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488 (patch) | |
tree | 7c121e46dfeb1fff7a0f31d942d3c8080fba6571 /admin/catalog.php | |
parent | 7df5ed038d1d890329ca089f9d76492029315eea (diff) | |
download | ampache-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.php | 4 |
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': |