Skip to content
Snippets Groups Projects
Commit 4c406c9a authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix shorttag issue mentioned in #1357

parent 81792448
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment