mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
FAQs answer clearfix (just in case)
This commit is contained in:
parent
8eb9d13dd7
commit
1697ab37c7
@ -48,7 +48,7 @@ class faqs_shortcodes extends e_shortcode
|
||||
}
|
||||
$id = "faq_".$this->var['faq_id'];
|
||||
$text = "<a class='e-expandit faq-question' href='#{$id}'>".$tp->toHTML($this->var['faq_question'],true)."</a>
|
||||
<div id='{$id}' class='e-hideme faq-answer faq_answer'>".$tp->toHTML($this->var['faq_answer'],TRUE).$tags."</div>
|
||||
<div id='{$id}' class='e-hideme faq-answer faq_answer clearfix'>".$tp->toHTML($this->var['faq_answer'],TRUE).$tags."</div>
|
||||
";
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user