Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
4.0.3 Textile bug with %(cssclass)format me%
I just upgraded to 4.0.3 from 4.0.2 and I believe I found a bug in the Textile processing.
When I enter the following text in an article: <notextile><code>This is plain text, this is styled with cssclass and this is plain again.</code></notextile>
The following HTML is output. Notice that the text (cssclass) is output rather than being assigned to the class of the span tag:
<code>
<p>This is plain text, this is <span>(cssclass)styled with cssclass</span> and this is plain again.</p>
</code>
For comparison, when I run the same Textile text through the online parser at textism.com, the correct HTML is output:
<code>
<p>This is plain text, this is <span class=“cssclass”>styled with cssclass</span> and this is plain again.</p>
</code>
I’m still a Textpattern newbie, so it’s possible this is user error, but I believe this worked correctly in 4.0.2.
Offline
#2 2005-12-31 03:40:22
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: 4.0.3 Textile bug with %(cssclass)format me%
Confirmed – works with 4.0.2 but not 4.0.3.
Alex
Offline
#3 2006-01-22 17:08:15
- GaryScott1973
- New Member
- Registered: 2005-10-18
- Posts: 3
Re: 4.0.3 Textile bug with %(cssclass)format me%
Any idea when .4 will be released with this bug fixed?
Offline
#4 2006-01-22 17:24:58
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: 4.0.3 Textile bug with %(cssclass)format me%
See this thread.
Offline