Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Archives
  3. » Textile bug ?

#1 2008-01-08 09:39:56

iXô
New Member
Registered: 2006-06-10
Posts: 8

Textile bug ?

Hello,

On a fresh installation of textpattern, I want to display a list with sub list child.

Here is my textile code :

* 1
* 2
** 2.1
** 2.2
* 3

on http://textile.thresholdstate.com/ it generate the good xhtml code :

<ul>
	<li>1</li>
	<li>2
		<ul>
			<li>2.1</li>
			<li>2.2</li>
		</ul>
	</li>
	<li>3</li>
</ul>

but on my installation it generate a bogus code :

<ul>
	<li>1
		<li>2
			<ul>
				<li>2.1</li>
			</ul>
		</li>
		<ul>
			<li>2.2</li>
		</ul>
	</li>
</ul>
<ul>
	<li>3</li>
</ul>

Is it a problem on every textpattern installation ? or just me that have done something wrong ?

Thanks for any help.

Offline

#2 2008-01-08 09:55:30

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,826
Website GitHub

Re: Textile bug ?

Is it the same as this / this?


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#3 2008-01-08 10:06:39

iXô
New Member
Registered: 2006-06-10
Posts: 8

Re: Textile bug ?

Ouups, sorry, it seems to be exactily the same problem.

I am really confused.

This post can be closed/deleted.

Offline

  1. Index
  2. » Archives
  3. » Textile bug ?

Board footer

Powered by FluxBB