diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-09-01 16:38:23 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-09-01 16:38:23 +0200 |
commit | 0fa254508d85dad079845c53b5b5c13c0ada6740 (patch) | |
tree | 4835021596a055276a35a9906f3d3c18cb1edb6a | |
parent | a7255181ad8218543c34c9637477b31210768699 (diff) | |
download | nextcloud-server-0fa254508d85dad079845c53b5b5c13c0ada6740.tar.gz nextcloud-server-0fa254508d85dad079845c53b5b5c13c0ada6740.zip |
dont use shorthand php tags
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index a02d3f5cfe4..22e13571d0b 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -102,6 +102,6 @@ if(!$_['htaccessworking']) { <p class="personalblock"> <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> (<?php echo(OC_Updater::ShowUpdatingHint()); ?>)<br /> - <? echo $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>.'); ?> + <?php echo $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>.'); ?> </p> |