about summary refs log tree commit diff stats
path: root/html/screen.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/screen.mu.html')
-rw-r--r--html/screen.mu.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/html/screen.mu.html b/html/screen.mu.html
index 0152db56..b178a778 100644
--- a/html/screen.mu.html
+++ b/html/screen.mu.html
@@ -29,10 +29,9 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <body>
 <pre id='vimCodeElement'>
 <span class="Comment"># example program: managing the display using 'screen' objects</span>
-<span class="Comment">#</span>
+
 <span class="Comment"># The zero screen below means 'use the real screen'. Tests can also use fake</span>
 <span class="Comment"># screens.</span>
-
 <span class="muRecipe">def</span> main [
   open-console
   <span class="Constant">10</span>:character<span class="Special"> &lt;- </span>copy <span class="Constant">97/a</span>