Issue Details (XML | Word | Printable)

Key: XWIKI-2482
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Sergiu Dumitriu
Reporter: Ludovic Dubost
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XWiki Core

{table} with space after newline in cell fails to render

Created: 18/Jun/08 01:29   Updated: 24/Jun/08 11:43
Component/s: Rendering 1.0
Affects Version/s: 1.4.1
Fix Version/s: 1.5 M2, 1.4.2

File Attachments: 1. Text File xwiki2482.patch (5 kB)

Issue Links:
Duplicate
 

Date of First Response: 21/Jun/08 05:37
Resolution Date: 21/Jun/08 05:37
Tests: Unit


 Description  « Hide
The following table
{table}
A\\ 
{table}

Fails to render (with a space after the double backslashes), while

{table}
A\\B
{table}

is ok..

This is related to XWIKI-2475



 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Ludovic Dubost added a comment - 18/Jun/08 01:31
Proposed patch. It also is a patch for XWIKI-2475

Sergiu Dumitriu added a comment - 21/Jun/08 05:37
Fixed in rev. 10550