Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#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
Re: Textile bug ?
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
Pages: 1