diff --git a/fault1.html b/fault1.html
index 9ae2160..ca6b9b2 100644
--- a/fault1.html
+++ b/fault1.html
@@ -3,11 +3,11 @@
   <style type="text/css">
 <!--
  .box { border: 1px dotted; padding: 1em;  width: 40em; margin-left: 5em; }
- 
+
  span.code { font-family: Courier, "Lucida Console", monospace;
          font-weight: bold;
          }
-         
+
  p.code { font-family: Courier, "Lucida Console", monospace;
          font-weight: bold;
          margin-left: 1cm;
@@ -77,12 +77,7 @@
     by two coordinates on the operand stack, you can define:
 
     <p class="code">
-      /cs { gsave translate 1 setgray 0 0 1 1 rectfill grestore } bind def 
-    </p>
-
-    and use it like:
-
-    <p class="code">
+      /cs { gsave translate 1 setgray 0 0 1 1 rectfill grestore } bind def>
       5 7 cs
     </p>