Merge pull request #2651 from owncloud/print_unescaped-u
Unescape the update hint
This commit is contained in:
commit
b316ae2610
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue