Quote:
Originally Posted by sweede
try adding
$guild_app_answer_aq_message .= "<br />";
after
eval('$guild_app_answer_qa_message .= "' . fetch_template('App_Question_Answer') . '";');
|
nope, not even showing up as <br />
I tried adding several <br /> along with some XX to see if anything got included like this:
$guild_app_answer_aq_message .= "<br />XX<br />XX<br />XX<br />";
but alas... nothing shows up, copare with my previous post where I at least see the <br /> printed in the preview ^^
Edit*
Woot!? XD Problem solved, I ventured into the template fetched at line 140 fetch_template('App_Question_Answer'). By hitting "return" on my keyboard at the end of the template I get the preview to show what I want it to show =)
Thnx for the help ^^