I ran into this issue with the lastest version of Textpattern as well.
The solution was to update to a newer version/revision of Textile to accomodate a bug that came up with PHP5. With any number of lis the last item breaks to its own ul.
Example:
<ul><li>Item One</li><li>Item Two</li><li>Item Three</li></ul><ul><li>Item Four</li></ul>
I have the lastest Textile version from the Add-on library - any ideas?
Travis, I subscribe to the feed for TextPattern’s SVN log for the Textile class, and try to use it as a general gauge as to when to update the plugin. Only after many changes, or critical ones, do I update the plugin, as keeping up with each SVN revision they make would be too time consuming. This particular bug affects easily fewer than 5% of our users (probably less than 1% as it would only affect Textile users and of those, just PHP 5.2.4 that is affected), so I didn’t see it as critical. Considering that, with our current internal development schedule, this is fairly low in priority.
I appreciate the heads up on issues, though. You can feel free to post to this forum when you feel an add-on needs a bug fix, or even email me directly.
Hi,
A little while ago I updated the Textile plugin to r2670. You may find it of use and it is in this thread.
Cheers
Dry
Hi Derek
I’ve set up a custom field and set the formatting to ‘Textile’.
The markup I’m using in the entry is:
* Link 1
* Link 2
* Link 3
and what is being produced is:
<ul>
<li>Link 1</li>
<li>Link 2</li>
</ul>
<ul>
<li>Link 3</li>
</ul>
In my template I’m simply using:
{homepage_lower-links}
sandwiched between a weblog entries tag.
Hope that helps.
Jim
Indeed it does, thank you, but on both PHP 5.2.5 and PHP 5.2.6, I am still not experiencing this issue, as again, it was fixed in TextPattern’s repo quite some time ago, and that fix made it into our Textile plugin. I wonder if your server is perhaps using a cached version of pi.textile.php? Is this on a professionally hosted environment or a local development machine?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.