Fossil SCM

Fixed an unwanted "$nonce" variable expansion within the new customskin.md introduced by [9044fd2dbe] which only occurs *sometimes*: not on fossil-scm.org, and apparently not in my earlier ckout testing prior to checking it in, but now in a different ckout test. This has to be a TH1 thing, but I don't understand why we didn't see this earlier. This is just a workaround for the symptom.

wyoung 2019-08-20 04:57 trunk
Commit 9bdf650f0b8c0da0270916e619db9c9efc6976c6486ec037a6a6f0f7841252a1
1 file changed +1 -1
--- www/customskin.md
+++ www/customskin.md
@@ -25,11 +25,11 @@
2525
And the footer looks like this:
2626
2727
<div class="footer">
2828
... skin-specific stuff here ...
2929
</div>
30
- <script nonce="$nonce">
30
+ <script nonce=$nonce>
3131
<th1>styleScript</th1>
3232
</script>
3333
3434
Notice that there are no `<html>` or `<head>` elements in the header,
3535
nor is there an `</html>` closing tag in the footer. Fossil generates
3636
--- www/customskin.md
+++ www/customskin.md
@@ -25,11 +25,11 @@
25 And the footer looks like this:
26
27 <div class="footer">
28 ... skin-specific stuff here ...
29 </div>
30 <script nonce="$nonce">
31 <th1>styleScript</th1>
32 </script>
33
34 Notice that there are no `<html>` or `<head>` elements in the header,
35 nor is there an `</html>` closing tag in the footer. Fossil generates
36
--- www/customskin.md
+++ www/customskin.md
@@ -25,11 +25,11 @@
25 And the footer looks like this:
26
27 <div class="footer">
28 ... skin-specific stuff here ...
29 </div>
30 <script nonce=$nonce>
31 <th1>styleScript</th1>
32 </script>
33
34 Notice that there are no `<html>` or `<head>` elements in the header,
35 nor is there an `</html>` closing tag in the footer. Fossil generates
36

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button