Skip to content
Snippets Groups Projects
Commit 59407f7f authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Merge pull request #333 from tvdijen/master

Fix misplaced </tr> (2x)
parents e8742a2b 50b447d2
No related branches found
No related tags found
No related merge requests found
...@@ -64,10 +64,10 @@ if ($this->data['errorcode'] !== null) { ...@@ -64,10 +64,10 @@ if ($this->data['errorcode'] !== null) {
name="remember_username" value="Yes"/> name="remember_username" value="Yes"/>
<small><?php echo $this->t('{login:remember_username}'); ?></small> <small><?php echo $this->t('{login:remember_username}'); ?></small>
</td> </td>
</tr>
<?php <?php
} }
?> ?>
</tr>
<tr> <tr>
<td><label for="password"><?php echo $this->t('{login:password}'); ?></label></td> <td><label for="password"><?php echo $this->t('{login:password}'); ?></label></td>
<td> <td>
...@@ -83,9 +83,11 @@ if ($this->data['errorcode'] !== null) { ...@@ -83,9 +83,11 @@ if ($this->data['errorcode'] !== null) {
name="remember_me" value="Yes"/> name="remember_me" value="Yes"/>
<small><?php echo $this->t('{login:remember_me}'); ?></small> <small><?php echo $this->t('{login:remember_me}'); ?></small>
</td> </td>
</tr>
<?php <?php
} }
?>
</tr>
<?php
if (array_key_exists('organizations', $this->data)) { if (array_key_exists('organizations', $this->data)) {
?> ?>
<tr> <tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment