From 5add0013733cbbbdae4b61eca7707674b74403ba Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 5 Apr 2013 00:41:08 +0300 Subject: [PATCH] Unescape the update hint MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Backport of 8000f9db74ef2890cac74a34132c2550e4be6f11, fixes #2676 --- settings/templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index dd5e89b8f82..992d75e481f 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -229,7 +229,7 @@ endfor;?>
t('Version'));?> ownCloud - ()
+ ()
t('Developed by the ownCloud community, the source code is licensed under the AGPL.')); ?>
-- 2.39.5