Fix missing spaces in the history output, introduced by using insertHtml instead of insertPlainText
Changing from insertPlainText
to insertHtml
made the leading spaces disappear in the history output. This fix adds non-braking-space on those places.
See: !20 (comment 304511)