mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
FAQs answer clearfix (just in case)
This commit is contained in:
@@ -48,7 +48,7 @@ class faqs_shortcodes extends e_shortcode
|
|||||||
}
|
}
|
||||||
$id = "faq_".$this->var['faq_id'];
|
$id = "faq_".$this->var['faq_id'];
|
||||||
$text = "<a class='e-expandit faq-question' href='#{$id}'>".$tp->toHTML($this->var['faq_question'],true)."</a>
|
$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>
|
||||||
";
|
";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user