Skip to content

Fix missing spaces in the history output, introduced by using insertHtml instead of insertPlainText

Antonio Prcela requested to merge aprcela/kcalc:history_output_fix into master

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)

Merge request reports