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

Fix missing curly bracket

Fixes: Mar 25 11:06:53 simplesamlphp INFO [0015a148dc] Template: Looking up [{login:processing]: not translated at all.
parent ac3578d0
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