Modify ↓
Opened 17 years ago
Closed 17 years ago
#7194 closed defect (fixed)
ie doesn`t display unified diff on this trac
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | version control/changeset view | Version: | 0.12dev |
Severity: | normal | Keywords: | ie changeset unified |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
when we was on the changeset page, we may see diff in 2 formats tabular or unified. But switching to unified format don`t work in IE7, JS error showed up.
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
Milestone: | 0.11.1 → 0.11 |
---|
comment:3 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
you should also correct the comment in front of this change.
is
with '''CRLF''' for IExplorer
should be
with '''CR''' for IExplorer
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Oh well, you're right… r7035.
Note:
See TracTickets
for help on using tickets.
Confirmed.