diff --git a/templates/default/login-feide.php b/templates/default/login-feide.php
index 9ef65e428cf163b63c782259385bb4fd3cf56b33..6a082faca49aa44599272f353fbea547dcb8a3a7 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>