Issue Details (XML | Word | Printable)

Key: DOXIA-302
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Kornel
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

Confluence: {code} tag is not interpreted correctly if there is no empty line before it

Created: 15/Mar/09 04:36 AM   Updated: 03/Apr/09 03:39 AM   Resolved: 03/Apr/09 03:39 AM
Return to search
Component/s: Module - Confluence
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

File Attachments: 1. Text File MNG-302-module-confluence.patch (4 kB)



 Description  « Hide

For example in the below text:

For example class:
{code}
public class XPropertyContainer extends ClassPropertyContainer {
    ...
    @PropertyField(propertyName="X")
    private ParentPropertyContainer _propertyX;
}
{code}
we have example object:
{code}
XPropertyContainer grandparent = new 
{code}

{code} tags are not interpreted correctly - on output we have ordinary text, no code blocks.



Kornel added a comment - 15/Mar/09 04:37 AM

This path solves this issue.


Lukas Theussl added a comment - 03/Apr/09 03:39 AM

Patch applied in r761569. Thanks!