From 7fa39aaac7f44fb2cbe565d2b28d4294d0093c3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 26 Aug 2008 07:43:47 +0000
Subject: [PATCH] html structure alignment. minor.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@834 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/default/login-feide.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/default/login-feide.php b/templates/default/login-feide.php
index 9ef65e428..6a082faca 100644
--- a/templates/default/login-feide.php
+++ b/templates/default/login-feide.php
@@ -79,8 +79,8 @@ echo('</p>');
 			<legend><?php echo($this->t('{login:change_home_org_title}')); ?></legend>
 			<p><?php echo($this->t('{login:change_home_org_text}', array('%HOMEORG%' => $this->data['ldapconfig'][$this->data['org']]['description']))); ?></p>
 				<input type="hidden" name="RelayState" value="<?php echo htmlspecialchars($this->data['relaystate']); ?>" />
-                                <input type="hidden" name="protocol" value="<?php echo htmlspecialchars($this->data['protocol']); ?>" />
-                                <input type="hidden" name="AuthId" value="<?php echo htmlspecialchars($this->data['authid']); ?>" />
+                <input type="hidden" name="protocol" value="<?php echo htmlspecialchars($this->data['protocol']); ?>" />
+                <input type="hidden" name="AuthId" value="<?php echo htmlspecialchars($this->data['authid']); ?>" />
 				<input type="hidden" name="action" value="change_org" />
 				<input type="submit" id="submit" value="<?php echo($this->t('{login:change_home_org_button}')); ?>" />
 			</fieldset>
-- 
GitLab