From 13255135d7539fd542cf831d6a98f1ba8a5d43ae Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 17 Mar 2006 10:30:44 +0000 Subject: demo_highlight and demo_div updated (after HTML encoder css-sytle fix.) Typo in README. --- README | 2 +- demo/demo_div.out | 6 +++--- demo/demo_highlight.out | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index c6b213d..a7ef42d 100644 --- a/README +++ b/README @@ -94,7 +94,7 @@ Where would we be without all those people? * RubyGems[http://docs.rubygems.org/] * {Subversion/TortoiseSVN}[http://tortoisesvn.tigris.org/] using Apache via XAMPP[http://www.apachefriends.org/en/xampp.html] * RDoc (though I'm quite unsatisfied with it) -* GNUWin32, MinGW and some other tools to make the shell under windows a bit more usefull +* GNUWin32, MinGW and some other tools to make the shell under windows a bit more useful --- diff --git a/demo/demo_div.out b/demo/demo_div.out index 1a7de97..5ae922f 100644 --- a/demo/demo_div.out +++ b/demo/demo_div.out @@ -2,14 +2,14 @@
for a in 0..255
         a = a.chr
         begin
-                x = eval("?\\#{a}")
+                x = eval("?\\#{a}")
                 if x == a[0]
                         next
                 else
-                        print "#{a}: #{x}"
+                        print "#{a}: #{x}"
                 end
         rescue SyntaxError => boom
-                print "#{a}: error"
+                print "#{a}: error"
         end
         puts
 end
diff --git a/demo/demo_highlight.out b/demo/demo_highlight.out
index 4121009..621ccc7 100644
--- a/demo/demo_highlight.out
+++ b/demo/demo_highlight.out
@@ -130,9 +130,9 @@ ol.CodeRay li { white-space: pre; }
 puts <<HTML
 <html>
 <head>
-#{output.stylesheet true}
+#{output.stylesheet true}
 <body>
-#{output}
+#{output}
 </body>
 </html>
 HTML
-- 
cgit v1.2.1