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/Widgetize
parentd6c007dd4e87b0250a5ee3b2d6b50ec6e755af0c (diff)
added missing ';' / use double quotes for attribute values instead of single quotes
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/templates/testJsInclude1.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Widgetize/templates/testJsInclude1.twig b/plugins/Widgetize/templates/testJsInclude1.twig
index 95c4a3945c..f064807d3c 100644
--- a/plugins/Widgetize/templates/testJsInclude1.twig
+++ b/plugins/Widgetize/templates/testJsInclude1.twig
@@ -5,7 +5,7 @@
<h2>Test tag cloud in a JS include</h2>
-<div style="width:500px">
+<div style="width:500px;">
<script type="text/javascript" src="{{ url1 }}"></script>
<noscript>Powered by <a href="http://piwik.org">Piwik</a></noscript>
</div>