Skip to content
Snippets Groups Projects
Commit 06b67175 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Merge pull request #354 from tvdijen/master

Fix missing curly bracket
parents 1372bf51 ce7c5197
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ if ($this->data['errorcode'] !== null) { ...@@ -124,7 +124,7 @@ if ($this->data['errorcode'] !== null) {
<td></td><td></td> <td></td><td></td>
<td> <td>
<button id="regularsubmit" class="btn" <button id="regularsubmit" class="btn"
onclick="this.value='<?php echo $this->t('{login:processing'); ?>'; onclick="this.value='<?php echo $this->t('{login:processing}'); ?>';
this.disabled=true; this.form.submit(); return true;" tabindex="6"> this.disabled=true; this.form.submit(); return true;" tabindex="6">
<?php echo $this->t('{login:login_button}'); ?> <?php echo $this->t('{login:login_button}'); ?>
</button> </button>
......
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