#846 closed bug (fixed)
Trac munches lines
Reported by: | marcusoverhagen | Owned by: | wkornewald |
---|---|---|---|
Priority: | normal | Milestone: | Website R1 |
Component: | Website/Trac | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Trac munches a block lines that are separated by a newline into a blob. This makes bugreports, like for example #51, uncomprehensible. Please fix.
example:
frame caller <image>:function + offset 800ef8f8 (+ 48) 80077491 <kernel>:kernel_debugger_loop + 0x0109 800ef928 (+ 32) 80077e5e <kernel>:kernel_debugger + 0x009a 800ef948 (+ 176) 80077dba <kernel>:panic + 0x0036 800ef9f8 (+ 80) 8007ce38 <kernel>:unexpected_exception + 0x0064 800efa48 (+ 160) 8007d030 <kernel>:i386_handle_trap + 0x01f0
Change History (4)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Well, since the official guys don't want to fix it, yet, I've done it locally. It was a one-liner, anyway (though, I didn't know it).
Just a note, you can add three curly brackets around text to pre-format it.
Not ideal, just a tip.