summaryrefslogtreecommitdiffstats
path: root/templates/show_lyrics.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_lyrics.inc.php')
-rw-r--r--templates/show_lyrics.inc.php21
1 files changed, 11 insertions, 10 deletions
diff --git a/templates/show_lyrics.inc.php b/templates/show_lyrics.inc.php
index 9812c878..6b5af3b1 100644
--- a/templates/show_lyrics.inc.php
+++ b/templates/show_lyrics.inc.php
@@ -33,16 +33,17 @@
<?php show_box_top(sprintf(_('%s Lyrics'), $song->title)); ?>
<table class="tabledata" cellspacing="0" cellpadding="0">
<tr>
- <td>
- <?php
- if($return == "Sorry Lyrics, Not found") {
- echo _("Sorry Lyrics Not Found.");
- }
- else {
- echo "<pre>" . $return . "</pre>";
- }
- ?>
- </td>
+ <td>
+ <?php
+ if($return == "Sorry Lyrics, Not found") {
+ echo _("Sorry Lyrics Not Found.");
+ }
+ else {
+ echo $link;
+ echo "<pre>" . $return . "</pre>";
+ }
+ ?>
+ </td>
</tr>
</table>
<?php show_box_bottom(); ?>