Skip to content

Commit

Permalink
Added rel=nofollow to prevent bots from increasing the count
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm authored Mar 1, 2019
1 parent 0434b81 commit 9092200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/modules/mod_faqpage.html5
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<?php if ($faq->showhelpful): ?>
<div class="helpful">
<div><?php echo sprintf($GLOBALS['TL_LANG']['tl_faq']['nOutofmFoundThisArticleHelpful'], $faq->helpful, $faq->helpful + $faq->nothelpful); ?></div>
<div> <?= $GLOBALS['TL_LANG']['tl_faq']['WasThisArticleHelpful'] ?> <a href="{{faq_helpful_url::<?= $faq->alias ?>}}"><?= $GLOBALS['TL_LANG']['MSC']['yes'] ?></a> | <a href="{{faq_nothelpful_url::<?= $faq->alias ?>}}"><?= $GLOBALS['TL_LANG']['MSC']['no'] ?></a></div>
<div> <?= $GLOBALS['TL_LANG']['tl_faq']['WasThisArticleHelpful'] ?> <a href="{{faq_helpful_url::<?= $faq->alias ?>}}" rel="nofollow"><?= $GLOBALS['TL_LANG']['MSC']['yes'] ?></a> | <a href="{{faq_nothelpful_url::<?= $faq->alias ?>}}" rel="nofollow"><?= $GLOBALS['TL_LANG']['MSC']['no'] ?></a></div>
</div>
<?php endif; ?>
</section>
Expand Down

0 comments on commit 9092200

Please sign in to comment.