[Pkg-owncloud-commits] [owncloud] 331/394: fixing <?php - thx @simonbuehler

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:12:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit cf4a74a5387c41c22f2cf30ee8992f5848853db8
Author: Thomas Mueller <thomas.mueller at tmit.eu>
Date:   Wed Feb 6 18:03:05 2013 +0100

    fixing <?php - thx @simonbuehler
---
 core/templates/login.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/templates/login.php b/core/templates/login.php
index 2826472..2cf7ee2 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -22,7 +22,7 @@
 	<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; ?>
 		</ul>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list