Skip to content

Commit 622211e

Browse files
author
Mario Pando
committed
template minor fix
1 parent 8ccc81a commit 622211e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/templates/hook/settings.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{l s='You need to configure your CryptoMarket account before using this module.' mod='cryptomarket'}</p>
4343
</div>
4444

45-
<form method="post" action="{$request_uri|escape:'htmlall'}">
45+
<form method="post" action="{$request_uri|escape:'utf8'}">
4646
<input type="hidden" name="tabs" id="tabs" value="0" />
4747
<div class="tab-pane" id="tab-pane-1" style="width:100%;">
4848
<div class="tab-page" id="step1">
@@ -71,4 +71,4 @@
7171
function loadTab(id){}
7272
setupAllTabs();
7373
</script>
74-
</form>
74+
</form>

0 commit comments

Comments
 (0)