Vote #72076
完了Wiki diff may generate broken HTML
0%
説明
If Wiki diff has a new line (not a changed line), diff page may generates broken HTML like:
h1. CookBook documentation
Some updated [[documentation]] here...
More contents...</span>
Close @@ tag is escaped.
For example:
Before
h1. CookBook documentation Some updated [[documentation]] here...
After:
h1. CookBook documentation Some updated [[documentation]] here... More contents...
"More contents..." line is added. This case, diff page generates broken HTML.
journals
I attach a patch and test case for this issue.
It adds a new fixture data. So it may break other tests. I only tested this patch against test/functional/wiki_controller_test.rb. Sorry.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fixed in r9895 with slight changes, thanks for digging into this.
--------------------------------------------------------------------------------
Thanks!
I've also found a similar problem in Wiki update notification mail. I'll submit a new ticket with test case later.
--------------------------------------------------------------------------------
Merged.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,11735,Weird diffs in wiki pages.