Launchpad compresses white-space in middle of input
Bug #93565 reported by
Paul Sladen
This bug report is a duplicate of:
Bug #2627: Non-leading whitespace mangled in bug description and comments.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
New
|
Undecided
|
Unassigned |
Bug Description
Viewing a bug such as bug #93564 shows that the whitespace (spaces and tabs) within a code paste has been compressed:
940 if (acpi_specific_
941 printk(KERN_INFO "Using specific hotkey driver\n");
942 return -ENODEV;
943 }
|..
originally showed two layers of indentation between the { braced } section, but only the initial indentation is visible.
Ideally the bug-report would be displayed as it was typed (a monospace font is already used for display).
To post a comment you must log in.