Fossil SCM
Added missing quotes around script nonce in skin example.
Commit
8664930277065985fff6773dd2135fb719754089e8d593a033186650e7d12d26
Parent
2468b578c42cb1f…
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 |