about summary refs log tree commit diff
path: root/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'page.php')
-rw-r--r--page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page.php b/page.php
index 8a2805d..d54acbb 100644
--- a/page.php
+++ b/page.php
@@ -198,7 +198,7 @@ function renderFavorite( $number )
 	if ( $favd )
 	{
 		$favd = strip_tags( $favd );
-		return "Song in favorites for $favd";
+		return "Song in <a href='favs.php?name=$name'>favorites for $favd</a>";
 	}
 	else
 	{