Skip to content
Snippets Groups Projects
Commit ac3578d0 authored by Tim van Dijen's avatar Tim van Dijen Committed by Jaime Perez Crespo
Browse files

Fix misplaced </tr> (2x)

The login-page would not verify as valid XHTML 1.0 Transitional
parent 6927093d
Branches
Tags
No related merge requests found
......@@ -64,10 +64,10 @@ if ($this->data['errorcode'] !== null) {
name="remember_username" value="Yes"/>
<small><?php echo $this->t('{login:remember_username}'); ?></small>
</td>
</tr>
<?php
}
?>
</tr>
<tr>
<td><label for="password"><?php echo $this->t('{login:password}'); ?></label></td>
<td>
......@@ -83,9 +83,11 @@ if ($this->data['errorcode'] !== null) {
name="remember_me" value="Yes"/>
<small><?php echo $this->t('{login:remember_me}'); ?></small>
</td>
</tr>
<?php
}
?>
</tr>
<?php
if (array_key_exists('organizations', $this->data)) {
?>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment