diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-05-29 16:59:55 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-05-29 16:59:55 +0000 |
commit | cceb1a4a9b41daa3f7e582839a09b0e48406c715 (patch) | |
tree | 8e68ac174e22ed1740ed163b34a6cce815885950 /lib/class/update.class.php | |
parent | 67be60ae0997648e7ac4b2d5ab61996efedd630b (diff) | |
download | ampache-cceb1a4a9b41daa3f7e582839a09b0e48406c715.tar.gz ampache-cceb1a4a9b41daa3f7e582839a09b0e48406c715.tar.bz2 ampache-cceb1a4a9b41daa3f7e582839a09b0e48406c715.zip |
Minor output change. FS#96, reported by Nate Gotz.
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 550320d7..f1447ef5 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -372,7 +372,7 @@ class Update { echo "</ul>\n"; - if (!$updated) { echo "<p align=\"center\">No Updates Needed [<a href=\"" . Config::get('web_path') . "\">Return]</a></p>"; } + if (!$updated) { echo "<p align=\"center\">No Updates Needed [<a href=\"" . Config::get('web_path') . "\">Return</a>]</p>"; } } // display_update /** |