2015-06-08 20:17:51
Mystery ltps in Test Questions
I have a modified version of 2.0 installed and I noticed an odd thing today in the way test questions are being displayed.
My question text is [b]What would the whole number part of <div class="fraction_display"><span class="numer_display">9</span><span class="bar_display">/</span><span class="denom_display">4</div> be if you converted it into a mixed number?[/b]. The <div class="fraction_display"> part is a way to display fractions as nice looking fractions that's unique to my site.
The problem is that the question text above outputs to [b]<p>What would the whole number part of </p><div class="fraction_display"><span class="numer_display">9</span><span class="bar_display">/</span><span class="denom_display">4</span></div> be if you converted it into a mixed number?[/b].
Notice the mystery <p> that shows up. Where does that come from and how can I turn it off? It creates an issue with the proper displaying of fractions on my end (see attached screenshot).
Thanks!