776d775
<
789c788
< $output .= l(t('All FAQs'), 'faq');
---
> $output .= '

';
816c815
< $output .= l(t('All FAQs'), 'faq');
---
> $output .= '

';

Comments

joostvdl’s picture

776d775
< 
789c788
<   $output .= l(t('All FAQs'), 'faq');
---
>   $output .= '<div class="faq-more-link">' . l(t('All FAQs'), 'faq') . '</div>';
816c815
<   $output .= l(t('All FAQs'), 'faq');
---
>   $output .= '<div class="faq-more-link">'. l(t('All FAQs'), 'faq') . '</div>';
stella’s picture

Category: task » feature
Status: Active » Fixed

I'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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

stella’s picture

Released in faq 6.x-1.9 and 5.x-2.13.