Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2007-09-25 21:55:32

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

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

Board footer

Powered by FluxBB