Custom Query (1 match)

Filters
 
Columns

Show under each result:


Ticket Summary Owner Type Status Priority Milestone
#370 writing comment inserts extra spaces neil defect new major

Reported by ryanc, 14 years ago.

description

xexp->html and write-html insert extra spaces around the contents of a comment.

> (xexp->html '(*COMMENT* "x"))
"<!-- x -->"

but the result should be

"<!--x-->"
Note: See TracQuery for help on using queries.