Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Textile for table headers broken in r1117
|_. |_. Öffnungszeiten|_. Warme Küche|
once resulted in a table header mark-up:
<tr>
<th> </th>
<th>Öffnungszeiten</th>
<th>Warme Küche</th>
</tr>
With some of the recent changes in textile, this has changed to:
<tr>
<td><em>. </td>
<td></em>. Öffnungszeiten</td>
<th>Warme Küche</th>
</tr>
IMHO, textile syntax for table headers as defined in Textism (|_. this|_. is|_. a|_. header|
) is br0ken thereby.
Diagnostics:
/lib/classTextile.php: r1117 (8aae7aaa291a2cd4126c71c850e066ed)
EDIT: r1072 works as intended.
Last edited by wet (2005-12-07 20:46:49)
Offline
#2 2005-12-12 01:38:24
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Textile for table headers broken in r1117
Give r1141 a try.
Alex
Offline
Re: Textile for table headers broken in r1117
Thanks, works great. I’ve tested these cases. All of them render proper HTML. And feel like I’m writing morse, though I was promised “a humane web text generator” ;)
Offline
#4 2005-12-12 22:56:18
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Textile for table headers broken in r1117
I’ve tested these cases.
Thanks – concrete examples like these are very helpful.
Alex
Offline
#5 2005-12-12 23:01:02
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Textile for table headers broken in r1117
BTW: I included the results here. Looks fine to me, even in the tricky cases.
Alex
Offline