First thing first thanx for the software and let us enjoy the use of blogging.
I just found an annoying issue (not sure if it is a problem) - when my blog entry text is stored as HTML in the mysql table such as :
Code: Select all
<ul>
<li>Point 1 blah blah</li>
<li>Point 2 blah blah</li>
<li>Point 3 blah blah</li>
</ul>
Code: Select all
<ul><br>
<li>Point 1 blah blah</li><br>
<li>Point 2 blah blah</li><br>
<li>Point 3 blah blah</li><br>
</ul><br>
I tried to look up the source but doesnt seem like any particular code is adding <br> tags but my wild guess is something to do with Smarty?
So my question is where I can change the code from adding these <br> tags?
Any help is deeply appreciated. Thanx.