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 18:17:38 +0400
committersgiehl <stefan@piwik.org>2013-08-14 15:02:40 +0400
commitaa8b2f1f0e6d1bc9af62694448f33d125bf8141a (patch)
tree60521bcc9cd425460de99661498e317d80f90893 /plugins/Referers/templates
parentd6c007dd4e87b0250a5ee3b2d6b50ec6e755af0c (diff)
added missing ';' / use double quotes for attribute values instead of single quotes
Diffstat (limited to 'plugins/Referers/templates')
-rw-r--r--plugins/Referers/templates/index.twig12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Referers/templates/index.twig b/plugins/Referers/templates/index.twig
index b3bb76b9b0..0d7babbd6d 100644
--- a/plugins/Referers/templates/index.twig
+++ b/plugins/Referers/templates/index.twig
@@ -2,7 +2,7 @@
{{ graphEvolutionReferers|raw }}
<br/>
-<div id='leftcolumn' style="position:relative">
+<div id='leftcolumn' style="position:relative;">
<h2>{{ 'Referers_Type'|translate }}</h2>
<div id='leftcolumn'>
@@ -46,9 +46,9 @@
</div>
</div>
- <div style="clear:both"/>
+ <div style="clear:both;"/>
- <div style="float:left">
+ <div style="float:left;">
<br/>
<h2>{{ 'General_MoreDetails'|translate }}&nbsp;
@@ -56,7 +56,7 @@
</h2>
</div>
- <div id="distinctReferrersByType" style="display:none;float:left">
+ <div id="distinctReferrersByType" style="display:none;float:left;">
<table cellpadding="15">
<tr>
<td width="50%">
@@ -93,9 +93,9 @@
<br/>
</div>
- <p style="clear:both"/>
+ <p style="clear:both;"/>
- <div style="float:left">{{ 'General_View'|translate }}
+ <div style="float:left;">{{ 'General_View'|translate }}
<a href="javascript:broadcast.propagateAjax('module=Referers&action=getSearchEnginesAndKeywords')">{{ 'Referers_SubmenuSearchEngines'|translate }}</a>,
<a href="javascript:broadcast.propagateAjax('module=Referers&action=indexWebsites')">{{ 'Referers_SubmenuWebsites'|translate }}</a>,
<a href="javascript:broadcast.propagateAjax('module=Referers&action=indexCampaigns')">{{ 'Referers_SubmenuCampaigns'|translate }}</a>.