Modify ↓
Opened 17 years ago
Closed 17 years ago
#2198 closed defect (fixed)
Converting pasted text to code block does not delete [[BR]]
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Component: | TracWysiwygPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Paste some multiline text, select it, assign "code block" style to it and it looks like
function test(&$i) {[[BR]] $i++;[[BR]]}
instead of
function test(&$i) { $i++; }
Tested in ie7 and opera 9
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [2819]) fixed #2119, #2198 - a problem with assigning "code block" style.