Skip to content

Commit

Permalink
Update mod_faqreader.html5
Browse files Browse the repository at this point in the history
  • Loading branch information
hschottm authored Mar 1, 2019
1 parent 9cf6833 commit 0434b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/modules/mod_faqreader.html5
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<?php if ($this->showhelpful): ?>
<div class="helpful">
<div><?php echo sprintf($GLOBALS['TL_LANG']['tl_faq']['nOutofmFoundThisArticleHelpful'], $this->helpful, $this->helpful + $this->nothelpful); ?></div>
<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>
</div>
<?php endif; ?>

Expand Down

0 comments on commit 0434b81

Please sign in to comment.