about summary refs log tree commit diff stats
path: root/html/example1.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/example1.mu.html')
-rw-r--r--html/example1.mu.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/example1.mu.html b/html/example1.mu.html
index cc19427f..4bf187ac 100644
--- a/html/example1.mu.html
+++ b/html/example1.mu.html
@@ -51,11 +51,11 @@ if ('onhashchange' in window) {
 </head>
 <body onload='JumpToLine();'>
 <pre id='vimCodeElement'>
-<a name="L1"></a><span id="L1" class="LineNr">1 </span><span class="muRecipe">def</span> example1 [
-<a name="L2"></a><span id="L2" class="LineNr">2 </span>  <span class="Constant">local-scope</span>
-<a name="L3"></a><span id="L3" class="LineNr">3 </span>  a:num <span class="Special">&lt;-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span>
-<a name="L4"></a><span id="L4" class="LineNr">4 </span>  a <span class="Special">&lt;-</span> multiply a,<span class="Constant"> 3</span>
-<a name="L5"></a><span id="L5" class="LineNr">5 </span>]
+<span id="L1" class="LineNr">1 </span><span class="muRecipe">def</span> example1 [
+<span id="L2" class="LineNr">2 </span>  <span class="Constant">local-scope</span>
+<span id="L3" class="LineNr">3 </span>  a:num <span class="Special">&lt;-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span>
+<span id="L4" class="LineNr">4 </span>  a <span class="Special">&lt;-</span> multiply a,<span class="Constant"> 3</span>
+<span id="L5" class="LineNr">5 </span>]
 </pre>
 </body>
 </html>