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/SEO
parentd6c007dd4e87b0250a5ee3b2d6b50ec6e755af0c (diff)
added missing ';' / use double quotes for attribute values instead of single quotes
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/templates/getRank.twig8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/SEO/templates/getRank.twig b/plugins/SEO/templates/getRank.twig
index 8e0882c80b..427a252f6e 100644
--- a/plugins/SEO/templates/getRank.twig
+++ b/plugins/SEO/templates/getRank.twig
@@ -13,15 +13,15 @@
{% import "ajaxMacros.twig" as ajax %}
{{ ajax.LoadingDiv('ajaxLoadingSEO') }}
- <div id="rankStats" align="left" style='margin-top:10px'>
+ <div id="rankStats" align="left" style="margin-top:10px;">
{% if ranks is empty %}
{{ 'General_Error'|translate }}
{% else %}
{% set cleanUrl %}
- <a href='http://{{ urlToRank }}' target='_blank'>{{ urlToRank }}</a>
+ <a href="http://{{ urlToRank }}" target="_blank">{{ urlToRank }}</a>
{% endset %}
{{ 'SEO_SEORankingsFor'|translate(cleanUrl)|raw }}
- <table cellspacing='2' style='margin:auto;line-height:1.5em;padding-top:10px'>
+ <table cellspacing="2" style="margin:auto;line-height:1.5em;padding-top:10px;">
{% for rank in ranks %}
<tr>
{% set seoLink %}{% if rank.logo_link is defined %}<a class="linkContent" href="?module=Proxy&action=redirect&url={{ rank.logo_link|url_encode }}"
@@ -34,7 +34,7 @@
majesticLink})|raw }}
</td>
<td>
- <div style='margin-left:15px'>
+ <div style="margin-left:15px;">
{% if rank.logo_link is defined %}{{ seoLink|raw }}{% endif %}
{% if rank.rank %}{{ rank.rank|raw }}{% else %}-{% endif %}
{% if rank.id=='pagerank' %} /10