Skip to content

Commit 0434b81

Browse files
authored
Update mod_faqreader.html5
1 parent 9cf6833 commit 0434b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/contao/templates/modules/mod_faqreader.html5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<?php if ($this->showhelpful): ?>
3939
<div class="helpful">
4040
<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>
41+
<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>
4242
</div>
4343
<?php endif; ?>
4444

0 commit comments

Comments
 (0)