Bug 1660041 Comment 35 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The relevant portion in the HTML message part is (redacted):

```
<div>-----BEGIN PGP MESSAGE-----</div>
<div>Version: .... (Build ....)</div>
<div>Charset: us-ascii</div>
<div>&nbsp;</div>
<div>ABCABCABCABC...</=
div>
```

I think the use of &nbsp; by the sending software is a bug. It should use <br> to enforce a blank line.
The relevant portion in the HTML message part is (redacted):

```
<div>-----BEGIN PGP MESSAGE-----</div>
<div>Version: .... (Build ....)</div>
<div>Charset: us-ascii</div>
<div>&nbsp;</div>
<div>ABCABCABCABC...</=
div>
```

I think the use of ```&nbsp;``` by the sending software is a bug. It should use <br> to enforce a blank line.

Back to Bug 1660041 Comment 35