[Pkg-owncloud-commits] [owncloud] 58/258: Use section in first element

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:20 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 04597aedcbeeb480ddf0bb225888c3d32f7816d1
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Wed Sep 10 18:47:29 2014 +0200

    Use section in first element
---
 apps/user_ldap/templates/settings.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php
index 38043fb..714d689 100644
--- a/apps/user_ldap/templates/settings.php
+++ b/apps/user_ldap/templates/settings.php
@@ -1,5 +1,5 @@
-<form id="ldap" action="#" method="post">
-	<div id="ldapSettings" class="section">
+<form id="ldap" action="#" method="post" class="section">
+	<div id="ldapSettings">
 	<ul>
 		<?php foreach($_['toc'] as $id => $title) { ?>
 			<li id="<?php p($id); ?>"><a href="<?php p($id); ?>"><?php p($title); ?></a></li>

-- 
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