summaryrefslogtreecommitdiffstats
path: root/artists.php
diff options
context:
space:
mode:
Diffstat (limited to 'artists.php')
-rw-r--r--artists.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/artists.php b/artists.php
index b4978412..3511c1f9 100644
--- a/artists.php
+++ b/artists.php
@@ -59,7 +59,7 @@ switch($action) {
$catalog->update_single_item('artist',$_REQUEST['artist']);
echo "<br /><b>" . _("Update From Tags Complete") . "</b> &nbsp;&nbsp;";
- echo "<a href=\"" . conf('web_path') . "/artists.php?action=show&artist=" . $_REQUEST['artist'] . "\">[" . _("Return") . "]</a>";
+ echo "<a href=\"" . conf('web_path') . "/artists.php?action=show&amp;artist=" . $_REQUEST['artist'] . "\">[" . _("Return") . "]</a>";
break;
case 'match':