Issue Details (XML | Word | Printable)

Key: JRA-8744
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: Nick Menere [Atlassian]
Votes: 0
Watchers: 1
Operations

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

Characters not escaped inside macro tags in unknown macros

Created: 07/Dec/05 05:37 PM   Updated: 31/Oct/06 11:55 PM
Component/s: Web interface
Affects Version/s: None
Fix Version/s: 3.4.3

Time Tracking:
Not Specified

Participants: Dylan Etkin [Atlassian] and Nick Menere [Atlassian]
Since last comment: 2 years, 38 weeks, 3 days ago
Resolution Date: 11/Dec/05 10:30 PM
Labels:


 Description  « Hide
The following:
{count:<dataset-ID>}

will get rendered as:

{count:<dataset-ID>}

It thinks the the contents of the angle brackets is an html tag. (view the source of above and you will see the tag)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dylan Etkin [Atlassian] added a comment - 11/Dec/05 10:30 PM
If a macro is unknown we will now html escape the contents before displaying it.