We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccc81a commit 622211eCopy full SHA for 622211e
views/templates/hook/settings.tpl
@@ -42,7 +42,7 @@
42
{l s='You need to configure your CryptoMarket account before using this module.' mod='cryptomarket'}</p>
43
</div>
44
45
-<form method="post" action="{$request_uri|escape:'htmlall'}">
+<form method="post" action="{$request_uri|escape:'utf8'}">
46
<input type="hidden" name="tabs" id="tabs" value="0" />
47
<div class="tab-pane" id="tab-pane-1" style="width:100%;">
48
<div class="tab-page" id="step1">
@@ -71,4 +71,4 @@
71
function loadTab(id){}
72
setupAllTabs();
73
</script>
74
- </form>
+ </form>
0 commit comments