]> source.dussan.org Git - nextcloud-server.git/commitdiff
Unescape the update hint
authorLukas Reschke <lukas@statuscode.ch>
Thu, 4 Apr 2013 21:41:08 +0000 (00:41 +0300)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 4 Apr 2013 21:41:08 +0000 (00:41 +0300)
Backport of 8000f9db74ef2890cac74a34132c2550e4be6f11, fixes #2676

settings/templates/admin.php

index dd5e89b8f8289338b4843c5990c479377afa11a4..992d75e481fb9b6015882d8c49d27945760713f1 100644 (file)
@@ -229,7 +229,7 @@ endfor;?>
 <fieldset class="personalblock">
        <legend><strong><?php p($l->t('Version'));?></strong></legend>
        <strong>ownCloud</strong> <?php p(OC_Util::getVersionString()); ?> <?php p(OC_Util::getEditionString()); ?>
-       (<?php p(OC_Updater::ShowUpdatingHint()); ?>)<br/>
+       (<?php print_unescaped(OC_Updater::ShowUpdatingHint()); ?>)<br/>
        <?php print_unescaped($l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>.')); ?>
 </fieldset>