Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2007-11-20 22:28:12

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Another list problem

It’s bug in PHP 5.2.4. and above.

SVN 2640 Textile fixes it.

Cheers!

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

#4 2007-11-21 08:00:54

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Another list problem

It was a bug in classTextile, btw, not in PHP ;)

Offline

#5 2007-11-21 11:48:41

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Another list problem

Bug is same to me as changed workingprogress ;) Well actually I mean that it only appear in php 5.2.4. and above.

Cheers!

Offline

Board footer

Powered by FluxBB