-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Subversion commit messages do not wrap if they do not contain line breaks.
When rendered as HTML, all of the spaces are replaced with , which
prevents the wrapping. I don't think this is particularly useful behaviour
since it means lots of horizontal scrolling when the message is long.
Fixed in version 1.36 of Util.java. Modified the escape(String) method so that
it doesn't replace spaces with HTML non-breaking space entities. Should be in
Hudson 1.159.