From 695f9bf8d0a7d0a871b8ab75270ceb29715d9be3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 25 Jul 2019 00:08:23 -0700 Subject: 5468 --- html/subx/examples/ex5.subx.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'html/subx/examples/ex5.subx.html') diff --git a/html/subx/examples/ex5.subx.html b/html/subx/examples/ex5.subx.html index 1223f307..de88308a 100644 --- a/html/subx/examples/ex5.subx.html +++ b/html/subx/examples/ex5.subx.html @@ -3,8 +3,8 @@ Mu - subx/examples/ex5.subx - - + + @@ -15,11 +15,11 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } -.subxS2Comment { color: #8a8a8a; } -.LineNr { } .subxS1Comment { color: #0000af; } +.LineNr { } .SpecialChar { color: #d70000; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } +.subxS2Comment { color: #8a8a8a; } --> @@ -36,7 +36,7 @@ function JumpToLine() if (lineNum.indexOf('L') == -1) { lineNum = 'L'+lineNum; } - lineElem = document.getElementById(lineNum); + var lineElem = document.getElementById(lineNum); /* Always jump to new location even if the line was hidden inside a fold, or * we corrected the raw number to a line ID. */ @@ -97,7 +97,9 @@ if ('onhashchange' in window) { 40 b8/copy-to-EAX 1/imm32/exit 41 cd/syscall 0x80/imm8 42 -43 # . . vim:nowrap:textwidth=0 +43 == data 0x0a000000 +44 +45 # . . vim:nowrap:textwidth=0 -- cgit 1.4.1-2-gfad0