23 lines
706 B
HTML
23 lines
706 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta http-equiv="content-type"
|
|||
|
content="text/html; charset=iso-8859-1">
|
|||
|
<meta name="AUTHOR"
|
|||
|
content="Christian Engstr<74>m">
|
|||
|
<title>Bug: &nbsp; disappears after </pre></title>
|
|||
|
</head>
|
|||
|
<body lang="en-US">
|
|||
|
Here the non-breaking spaces ( )
|
|||
|
remain.
|
|||
|
<p> Works multiple times
|
|||
|
( ) as well.<br>
|
|||
|
But . . . :</p>
|
|||
|
<pre>
|
|||
|
A block of
|
|||
|
preformatted text.
|
|||
|
</pre>Now the non-breaking spaces ( )
|
|||
|
are replaced with ordinary spaces, and disappear.
|
|||
|
</body>
|
|||
|
</html>
|