File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Resources/contao/templates/modules Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4141 <?php if ($faq->showhelpful): ?>
4242 <div class="helpful">
4343 <div><?php echo sprintf($GLOBALS['TL_LANG']['tl_faq']['nOutofmFoundThisArticleHelpful'], $faq->helpful, $faq->helpful + $faq->nothelpful); ?></div>
44- <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>
44+ <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>
4545 </div>
4646 <?php endif; ?>
4747 </section>
You can’t perform that action at this time.
0 commit comments