Textpattern 3
I think I will have to reinstall Textpattern on my server. It's doing weird things that it does NOT do on my computer. It's adding a colon at the end of the page title and it's not publishing the articles..I must have done something wrong during the installation.
I'm also having problems with links lists, both on localhost and on the server. I want it like this:
<ul>
<li><a>the link</a></li>
<li><a>the link</a></li>
</ul>
What I get is this:
<ul>
<a>the link</a><a>the link</a>
</ul>
I followed the txp tag help that says to wraptag="ul" and break="li". I don't know yet what is it that I'm doing wrong.