mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
FAQs syntax error fix.
This commit is contained in:
@@ -298,7 +298,7 @@ class faqs_shortcodes extends e_shortcode
|
|||||||
$text .= $frm->open('faq-ask-question','post');
|
$text .= $frm->open('faq-ask-question','post');
|
||||||
//TODO LAN ie. [x] character limit.
|
//TODO LAN ie. [x] character limit.
|
||||||
$text .= "<div>".$frm->textarea('ask_a_question','',3, 80 ,array('maxlength'=>$this->questionCharLimit, 'size'=>'xxlarge','placeholder'=>LAN_FAQS_ENTER_A_QUESTION_HERE, 'wrap'=>'soft'))."
|
$text .= "<div>".$frm->textarea('ask_a_question','',3, 80 ,array('maxlength'=>$this->questionCharLimit, 'size'=>'xxlarge','placeholder'=>LAN_FAQS_ENTER_A_QUESTION_HERE, 'wrap'=>'soft'))."
|
||||||
<div class='faq-char-limit'><small>".$this->questionCharLimit." ".LAN_FAQS_CHAR_LIMIT".</small></div>".$frm->submit('submit_a_question',LAN_SUBMIT)."</div>";
|
<div class='faq-char-limit'><small>".$this->questionCharLimit." ".LAN_FAQS_CHAR_LIMIT."</small></div>".$frm->submit('submit_a_question',LAN_SUBMIT)."</div>";
|
||||||
|
|
||||||
$text .= $frm->close();
|
$text .= $frm->close();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user