diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-04-24 22:39:04 +0300 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-04-24 22:39:04 +0300 |
commit | b6fee2d25794ff3214e1bbf857861f6d681c4cf2 (patch) | |
tree | 481cf741b0f3a658b61926f3b5ba25d7eb61fc76 | |
parent | 175fc0c737adb1483583746581d9af81b98cee48 (diff) | |
download | nextcloud-server-b6fee2d25794ff3214e1bbf857861f6d681c4cf2.tar.gz nextcloud-server-b6fee2d25794ff3214e1bbf857861f6d681c4cf2.zip |
Remove uneeded link
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 12509019b04..9a1b202226b 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -33,7 +33,7 @@ <div id="notification-container"> <div id="notification"></div> <?php if ($_['updateAvailable']): ?> - <div id="update-notification" style="display: inline;"><a href=""><?php print_unescaped($l->t('%s is available. <a href="%s">Click here to get more information.', array($_['updateVersion'], $_['updateLink']))); ?></a></a></div> + <div id="update-notification" style="display: inline;"><?php print_unescaped($l->t('%s is available. <a href="%s">Click here to get more information.', array($_['updateVersion'], $_['updateLink']))); ?></a></div> <?php endif; ?> </div> <header><div id="header"> |