776d775
<
789c788
< $output .= l(t('All FAQs'), 'faq');
---
> $output .= '
' . l(t('All FAQs'), 'faq') . '
';
816c815
< $output .= l(t('All FAQs'), 'faq');
---
> $output .= '
'. l(t('All FAQs'), 'faq') . '
';
776d775
<
789c788
< $output .= l(t('All FAQs'), 'faq');
---
> $output .= '
';
816c815
< $output .= l(t('All FAQs'), 'faq');
---
> $output .= '
';
Comments
Comment #1
joostvdl commentedComment #2
stella commentedI've added this feature request, but I did change the div class name to
faq-all-faqs-link. It'll be included in the next dev release, available later today.Cheers,
Stella
Comment #4
stella commentedReleased in faq 6.x-1.9 and 5.x-2.13.