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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-07-11 22:46:20 +0300
committerStefan Giehl <stefan@matomo.org>2019-07-11 22:46:20 +0300
commitc5739b607776d1c30294122a8b08fb3669b1b93c (patch)
tree5c5b1f500264a813dea6f7dbe5736257f60bab70 /plugins/SegmentEditor
parent9563f332d08867ad033f1fdb3c705c3c885e0aaa (diff)
Fix span element self closing (#14649)
see https://github.com/matomo-org/matomo/commit/e869c8b9bc6fafd31963e95401609d5ff92ea52c#r34214603 cheers @tomac4t 👍
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/templates/_segmentSelector.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/templates/_segmentSelector.twig b/plugins/SegmentEditor/templates/_segmentSelector.twig
index ae9b9d6c16..befd058c1c 100644
--- a/plugins/SegmentEditor/templates/_segmentSelector.twig
+++ b/plugins/SegmentEditor/templates/_segmentSelector.twig
@@ -4,7 +4,7 @@
<div class="dropdown dropdown-body">
<div class="segmentFilterContainer">
<input class="segmentFilter browser-default" type="text" tabindex="4" value="{{ 'General_Search'|translate }}"/>
- <span/>
+ <span></span>
</div>
<ul class="submenu">
<li>{{ 'SegmentEditor_SelectSegmentOfVisits'|translate }}