Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-11-20 22:05:10
- citricacid
- New Member
- Registered: 2007-11-20
- Posts: 2
Another list problem
Hello!
I have problem with lists. Both ordered and unordered.
Textile code (there IS one enter):
# position 1
# position 2
Produces HTML:
<ol>
<li>position 1</li>
</ol>
<ol>
<li>position 2</li>
</ol>
I don’t use Textpattern. I just use Textile class (v. 2.0.0) in my own PHP project. Text is being fetched from MySQL.
How to fix that problem?
Offline
Re: Another list problem
Offline
#3 2007-11-21 07:24:13
- citricacid
- New Member
- Registered: 2007-11-20
- Posts: 2
Re: Another list problem
Thanks. I’ll try this.
— EDIT:
Works fine! Thanks a lot.
Last edited by citricacid (2007-11-21 07:32:46)
Offline
Re: Another list problem
It was a bug in classTextile, btw, not in PHP ;)
Offline
Offline
Pages: 1