1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="content-type" content=
5"text/html; charset=us-ascii">
6<meta name="AUTHOR" content="Christian Engstr&ouml;m">
7<title>Bug: &amp;nbsp; disappears after &lt;/pre&gt;</title>
8</head>
9<body lang="en-US">
10Here the non-breaking spaces (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)
11remain.
12<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Works multiple times
13(&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;) as well.<br>
14But&nbsp;.&nbsp;.&nbsp;.&nbsp;&nbsp;:</p>
15<pre>
16A&nbsp;block&nbsp;of&nbsp;
17preformatted&nbsp;text.
18</pre>
19Now the non-breaking spaces (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)
20are replaced with ordinary spaces, and disappear.
21</body>
22</html>
23