From 6033844884f18c9a6e6e186c79c36fd1dd2c9bb0 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 25 Aug 2019 15:53:24 -0700 Subject: 5582 --- html/examples/ex3.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/examples/ex3.subx.html') diff --git a/html/examples/ex3.subx.html b/html/examples/ex3.subx.html index 198fd9c7..9a9ff088 100644 --- a/html/examples/ex3.subx.html +++ b/html/examples/ex3.subx.html @@ -15,12 +15,12 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } -.subxS1Comment { color: #0000af; } +.subxS2Comment { color: #8a8a8a; } .LineNr { } +.subxS1Comment { color: #0000af; } .SpecialChar { color: #d70000; } .Constant { color: #008787; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } -.subxS2Comment { color: #8a8a8a; } --> @@ -58,7 +58,7 @@ if ('onhashchange' in window) {
  1 # Add the first 10 numbers, and return the result in the exit code.
  2 #
- 3 # To run (from the subx directory):
+ 3 # To run:
  4 #   $ ./subx translate examples/ex3.subx -o examples/ex3
  5 #   $ ./subx run examples/ex3
  6 # Expected result:
-- 
cgit 1.4.1-2-gfad0