Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-17 14:52:53 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-17 14:52:53 +0400
commit58580e878e3e7f1905b3feb995c647f5c60266a4 (patch)
tree35f5aa9513ce0cc1da70bcb8c2bc035672e1a6ff /plugins/VisitorGenerator
parent8bd95fead16fd613863577dfd3ad095793f3fccc (diff)
Fixes #1430 thanks halfdan for reviewing
Diffstat (limited to 'plugins/VisitorGenerator')
-rw-r--r--plugins/VisitorGenerator/templates/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorGenerator/templates/index.tpl b/plugins/VisitorGenerator/templates/index.tpl
index 3efff363b9..f54349b472 100644
--- a/plugins/VisitorGenerator/templates/index.tpl
+++ b/plugins/VisitorGenerator/templates/index.tpl
@@ -36,7 +36,7 @@
{'VisitorGenerator_NotReversible'|translate:'<b>':'</b>'}<br /><br />
{'VisitorGenerator_AreYouSure'|translate}<br />
</p>
-<input type="checkbox" name="choice" id="choice" /> <label for="choice">{'VisitorGenerator_ChoiceYes'|translate}</label>
+<input type="checkbox" name="choice" id="choice" value="yes" /> <label for="choice">{'VisitorGenerator_ChoiceYes'|translate}</label>
<br />
<input type="hidden" value="{$token_auth}" name="token_auth" />
<input type="submit" value="{'VisitorGenerator_Submit'|translate}" name="submit" class="submit" />