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:
authormattab <matthieu.aubry@gmail.com>2013-07-01 14:38:04 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-01 14:38:04 +0400
commit43169727c40c55c26e371d5fe66c55407b95e2ac (patch)
tree4e33f56e14b9b861ef1b037d6f68c5c606112316 /plugins/SEO
parentb74d05c003fffb648aec9eb44ca9b1baf129b18c (diff)
removing extra space, raw
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/templates/getRank.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/templates/getRank.twig b/plugins/SEO/templates/getRank.twig
index 17563b5619..8e0882c80b 100644
--- a/plugins/SEO/templates/getRank.twig
+++ b/plugins/SEO/templates/getRank.twig
@@ -36,7 +36,7 @@
<td>
<div style='margin-left:15px'>
{% if rank.logo_link is defined %}{{ seoLink|raw }}{% endif %}
- {% if rank.rank %}{{ rank.rank }}{% else %}-{% endif %}
+ {% if rank.rank %}{{ rank.rank|raw }}{% else %}-{% endif %}
{% if rank.id=='pagerank' %} /10
{% elseif rank.id=='google-index' or rank.id=='bing-index' %} {{ 'SEO_Pages'|translate }}
{% endif %}