From 2aa5fd0e6c3d531c5422c343063d668d4c103993 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Thu, 22 Feb 2018 15:53:44 +0100 Subject: [PATCH] quote attribute value --- templates/web/en/create_accounts.tt2.html | 2 +- templates/web/fr/create_accounts.tt2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web/en/create_accounts.tt2.html b/templates/web/en/create_accounts.tt2.html index 472eac0..b8700df 100644 --- a/templates/web/en/create_accounts.tt2.html +++ b/templates/web/en/create_accounts.tt2.html @@ -21,7 +21,7 @@ <td colspan="2"><strong>comment:</strong><div><p>[% account.comment() %]</p></div></td> </tr> <tr> - <td colspan=2 class="text-center" ><button data-open="account_details_[% account.id() %]" class="button show_account_details" id="show_account_details_[% account.id() %]">show account details</button></td> + <td colspan="2" class="text-center" ><button data-open="account_details_[% account.id() %]" class="button show_account_details" id="show_account_details_[% account.id() %]">show account details</button></td> </tr> </table> </div> diff --git a/templates/web/fr/create_accounts.tt2.html b/templates/web/fr/create_accounts.tt2.html index 472eac0..b8700df 100644 --- a/templates/web/fr/create_accounts.tt2.html +++ b/templates/web/fr/create_accounts.tt2.html @@ -21,7 +21,7 @@ <td colspan="2"><strong>comment:</strong><div><p>[% account.comment() %]</p></div></td> </tr> <tr> - <td colspan=2 class="text-center" ><button data-open="account_details_[% account.id() %]" class="button show_account_details" id="show_account_details_[% account.id() %]">show account details</button></td> + <td colspan="2" class="text-center" ><button data-open="account_details_[% account.id() %]" class="button show_account_details" id="show_account_details_[% account.id() %]">show account details</button></td> </tr> </table> </div> -- GitLab