Ticket #582 (closed defect: fixed)
wiki formatting problem: tables are not indented
| Reported by: | vittorio | Owned by: | athomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | table |
| Cc: | vittorio@… |
Description
tables arent indented when starting the lines with a few spaces. for example:
||A||B||
||C||D||
A B
C D
following html code is generated:
<blockquote> </blockquote> <table class="wiki"> <tr></td></tr></table> <p> <td>A</td><td>B </p> <blockquote> <blockquote> </blockquote> </blockquote> <table class="wiki"> <tr></td></tr></table> <p> <td>C</td><td>D </p>
using trunk r790
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


