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:
authorsgiehl <stefan@piwik.org>2013-08-13 01:13:36 +0400
committersgiehl <stefan@piwik.org>2013-08-13 02:56:49 +0400
commitd11fbcb347e3071a6f728a0dd0befbb00568e21e (patch)
treecc5914b461d175fb4d6eb27123a29f4f5fc0ce0f /plugins/SegmentEditor
parent9bfa138a9a065eef6505d577a14d267b8d0385ad (diff)
fixed some html markup errors
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/templates/getSelector.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/templates/getSelector.twig b/plugins/SegmentEditor/templates/getSelector.twig
index 2cecd2dd31..1ca6f34414 100644
--- a/plugins/SegmentEditor/templates/getSelector.twig
+++ b/plugins/SegmentEditor/templates/getSelector.twig
@@ -15,7 +15,7 @@
{% else %}
<ul class="submenu">
<li> <span class='youMustBeLoggedIn'>{{ 'SegmentEditor_YouMustBeLoggedInToCreateSegments'|translate }}
- <br/>&rsaquo; <a href='index.php?module={{ loginModule }}'>{{ 'Login_LogIn'|translate }}</a> </span></strong>
+ <br/>&rsaquo; <a href='index.php?module={{ loginModule }}'>{{ 'Login_LogIn'|translate }}</a> </span>
</li>
</ul>
{% endif %}