Ticket #7486 (new defect)
wrong space in diff output
| Reported by: | moo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | version control/changeset view | Version: | 0.11-stable |
| Severity: | normal | Keywords: | diff space |
| Cc: | phpxcache@… |
Description
i'm not sure if this applies to other mimetype syntax highligher
See URL: http://linuxfire.com.cn/BadGirl/changeset/290
the new "num0_254" is EXPECTED to be align to num1_254 but it is ACTUALLY 1 char off and align to "("
actual code output:
<th>114</th><th> </th><td class="l"><span> <del> </del> num0_254,</span> </td>
expected code output
<th>114</th><th> </th><td class="l"><span> <del> </del> num0_254,</span> </td>
please note the difference is, "</del> " is changed to "</del> "
tech reason: although space following is recognized as space, e.g.: " " is same as " ", but space following the "<tag>" is not. "</del> " should be escape as "</del> "
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


