We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf6833 commit 0434b81Copy full SHA for 0434b81
src/Resources/contao/templates/modules/mod_faqreader.html5
@@ -38,7 +38,7 @@
38
<?php if ($this->showhelpful): ?>
39
<div class="helpful">
40
<div><?php echo sprintf($GLOBALS['TL_LANG']['tl_faq']['nOutofmFoundThisArticleHelpful'], $this->helpful, $this->helpful + $this->nothelpful); ?></div>
41
- <div> <?= $GLOBALS['TL_LANG']['tl_faq']['WasThisArticleHelpful'] ?> <a href="{{faq_helpful_url::<?= $this->alias ?>}}"><?= $GLOBALS['TL_LANG']['MSC']['yes'] ?></a> | <a href="{{faq_nothelpful_url::<?= $this->alias ?>}}"><?= $GLOBALS['TL_LANG']['MSC']['no'] ?></a></div>
+ <div> <?= $GLOBALS['TL_LANG']['tl_faq']['WasThisArticleHelpful'] ?> <a href="{{faq_helpful_url::<?= $this->alias ?>}}" rel="nofollow"><?= $GLOBALS['TL_LANG']['MSC']['yes'] ?></a> | <a href="{{faq_nothelpful_url::<?= $this->alias ?>}}" rel="nofollow"><?= $GLOBALS['TL_LANG']['MSC']['no'] ?></a></div>
42
</div>
43
<?php endif; ?>
44
0 commit comments