blob: 957ef8ea24e6170d6da2f3eec524051ed68df088 [file] [log] [blame]
<html>
<head>
<title>collapse_whitespace example </title>
<script> var x = 'Hello, world!';</script>
</head>
<body>
Whitespace is collapsed
in general.
<pre>
But not in a
&lt;pre&gt; tag.
</pre>
</body>
</html>