diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-04 23:12:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-04 23:12:31 +0000 |
commit | d3840c7de09f2b8d4e06ba91d94459d9baccee4e (patch) | |
tree | 62604e6d941ab38d69e5c6df9922eff8f45d6020 /templates/show_artist_box.inc.php | |
parent | 5a76782bd3ccc4a76847b4581a71f53dcbcf4aa8 (diff) | |
download | ampache-d3840c7de09f2b8d4e06ba91d94459d9baccee4e.tar.gz ampache-d3840c7de09f2b8d4e06ba91d94459d9baccee4e.tar.bz2 ampache-d3840c7de09f2b8d4e06ba91d94459d9baccee4e.zip |
some slight tweaks to display on openstrands stuff, and fixed some potential errors due to bad returned data
Diffstat (limited to 'templates/show_artist_box.inc.php')
-rw-r--r-- | templates/show_artist_box.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artist_box.inc.php b/templates/show_artist_box.inc.php index 351ce072..6cd025f8 100644 --- a/templates/show_artist_box.inc.php +++ b/templates/show_artist_box.inc.php @@ -39,7 +39,7 @@ if (Config::get('ratings')) { <a href="<?php echo $web_path; ?>/artists.php?action=show_similar&artist=<?php echo $artist->id; ?>"><?php echo _("Find duplicate artists"); ?></a><br /> <?php } ?> <?php if (Plugin::is_installed('OpenStrands')) { ?> -<span class="text-action"><?php echo Ajax::text('?page=stats&action=show_recommend&type=artist&id=' . $artist->id,_('Recommend Similar'),'artist_recommend_similar'); ?></span> +<?php echo Ajax::text('?page=stats&action=show_recommend&type=artist&id=' . $artist->id,_('Recommend Similar'),'artist_recommend_similar'); ?> <?php } ?> </div> <?php show_box_bottom(); ?> |