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.
Commit
9bdf650f0b8c0da0270916e619db9c9efc6976c6486ec037a6a6f0f7841252a1
Parent
f4cbfd5accbde67…
1 file changed
+1
-1
+1
-1
| --- www/customskin.md | ||
| +++ www/customskin.md | ||
| @@ -25,11 +25,11 @@ | ||
| 25 | 25 | And the footer looks like this: |
| 26 | 26 | |
| 27 | 27 | <div class="footer"> |
| 28 | 28 | ... skin-specific stuff here ... |
| 29 | 29 | </div> |
| 30 | - <script nonce="$nonce"> | |
| 30 | + <script nonce=$nonce> | |
| 31 | 31 | <th1>styleScript</th1> |
| 32 | 32 | </script> |
| 33 | 33 | |
| 34 | 34 | Notice that there are no `<html>` or `<head>` elements in the header, |
| 35 | 35 | nor is there an `</html>` closing tag in the footer. Fossil generates |
| 36 | 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 |
| --- 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 |