Merge pull request #1501 from owncloud/fix-shorttag

fix shorttag issue mentioned in #1357
This commit is contained in:
Jan-Christoph Borchardt 2013-02-06 10:01:40 -08:00
commit 8e006118fb
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@
<fieldset>
<legend><?php echo $l->t('Alternative Logins') ?></legend>
<ul>
<? foreach($_['alt_login'] as $login): ?>
<?php foreach($_['alt_login'] as $login): ?>
<li><a class="button" href="<?php echo $login['href']; ?>" ><?php echo $login['name']; ?></a></li>
<?php endforeach; ?>
<?php endforeach; ?>
</ul>
</fieldset>
</form>