I know this may be a shot in the dark since this is a custom template but I can't figure out what's going on.
I created a custom template and uploaded it, works fine except for the question.pstpl, it's randomly adding a paragpraph start/end before/after SOME of the {QUESTION_TEXT} keywords. As far as I can tell there is no rhyme or reason why suddenly a paragraph line would show up.
Here's my question.pstpl section of code:
<!-- BEGIN QUESTION.PSTPL -->
<div class="content_box_question">
<div class="contact_form">
<!-- <div class="col_w300 float_l"> -->
<div class="col_w300">
<span class="asterisk">{QUESTION_MANDATORY}</span> <span class="qnumcode">{QUESTION_NUMBER}). {QUESTION_CODE}</span> {QUESTION_TEXT}<br />
<span class="questionhelp">{QUESTION_HELP}</span>
{QUESTION_MAN_MESSAGE}<br />
{QUESTION_VALID_MESSAGE}<br />
{QUESTION_FILE_VALID_MESSAGE}<br />
{ANSWER}<br />
{QUESTIONHELP}<br />
<div class="cleaner_h10"></div>
</div>
</div>
<!-- <div class="cleaner_h40"></div> -->
</div> <!-- end of content_box -->
<!-- END QUESTION.PSTPL -->
I know it looks a little messed up now, haven't really gotten things aligned properly but can't really do that until I figure out what's going on. Now if you see line 7, I don't have any [p] or [/p] surrounding question_text. However, some of my questions have a [p] and some don't.
Any change I can get some tips on where to look? I can see if this were a coding issue but I don't have any dynamic code updates that add a paragraph and I also never messed with the keywords.
LimeSurvey Version 1.92+ Build 120801
Thank you.