https://bugzilla.novell.com/show_bug.cgi?id=637189 https://bugzilla.novell.com/show_bug.cgi?id=637189#c4 Sascha Peilicke <speilicke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Sascha Peilicke <speilicke@suse.com> 2012-04-02 11:02:44 UTC --- The respective code currently contains: text.gsub!(/^ /, " ") text.gsub!(/ /, " ") which is the same as sqft recommended. One might argue if this computation is actually worth it or whether we should replace the <code> tag in the template with a <pre> plus some CSS including overflow and white-space rules: pre { overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */ white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ /* width: 99%; */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } Closing as fixed in the meantime... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.