Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-09-25 21:49:12
- alannie
- Member

- From: Minnesota, USA
- Registered: 2005-09-15
- Posts: 150
Ordered lists won't go beyond 3
I’m seeing this strange issue on all of my latest installations of Textpattern (4.0.5): Textile ordered lists seem to break up at #3 and start a new list with the next item.
For example, this Textile:
# foo
# foo
# foo
# foo
renders as:
<ol>
<li>foo</li>
<li>foo</li>
<li>foo</li>
</ol>
<ol>
<li>foo</li>
</ol>
I’ve tried turning off all plugins, testing it on multiple installations, and even double-checking the Textile code with http://textile.thresholdstate.com/.
Any ideas??
Offline
Re: Ordered lists won't go beyond 3
this became an issue because something had changed in php 5.2.4. the solution can be found here
Offline
#3 2007-09-25 22:10:04
- alannie
- Member

- From: Minnesota, USA
- Registered: 2005-09-15
- Posts: 150
Re: Ordered lists won't go beyond 3
Thanks for the fantastic quick reply, iblastoff. Worked like a charm, once I figured out I needed to republish the article for the change to take effect.
Offline
Pages: 1