Fossil SCM
Replaced raw SCRIPT and STYLE tag references in the safe-html docs with non-tag formulations because the tags break the HTML-format help text conversion.
Commit
0ac9052c38e94250d05a2ed894fdb09ee57118a5ea559b83f613dafa033f81dc
Parent
c39e23cda6ef5c9…
1 file changed
+1
-1
+1
-1
| --- src/wikiformat.c | ||
| +++ src/wikiformat.c | ||
| @@ -2745,11 +2745,11 @@ | ||
| 2745 | 2745 | } |
| 2746 | 2746 | |
| 2747 | 2747 | /* |
| 2748 | 2748 | ** SETTING: safe-html width=8 |
| 2749 | 2749 | ** This setting controls whether or not unsafe HTML elements |
| 2750 | -** (such as <script> or <style>) are allowed in Markdown-formatted | |
| 2750 | +** (such as SCRIPT or STYLE tags) are allowed in Markdown-formatted | |
| 2751 | 2751 | ** documents. Unsafe HTML is disabled by default. If this setting |
| 2752 | 2752 | ** exists and is a string, then letters in that string can enable |
| 2753 | 2753 | ** unsafe HTML in various contexts: |
| 2754 | 2754 | ** |
| 2755 | 2755 | ** b Unsafe HTML allowed in embedded documentation |
| 2756 | 2756 |
| --- src/wikiformat.c | |
| +++ src/wikiformat.c | |
| @@ -2745,11 +2745,11 @@ | |
| 2745 | } |
| 2746 | |
| 2747 | /* |
| 2748 | ** SETTING: safe-html width=8 |
| 2749 | ** This setting controls whether or not unsafe HTML elements |
| 2750 | ** (such as <script> or <style>) are allowed in Markdown-formatted |
| 2751 | ** documents. Unsafe HTML is disabled by default. If this setting |
| 2752 | ** exists and is a string, then letters in that string can enable |
| 2753 | ** unsafe HTML in various contexts: |
| 2754 | ** |
| 2755 | ** b Unsafe HTML allowed in embedded documentation |
| 2756 |
| --- src/wikiformat.c | |
| +++ src/wikiformat.c | |
| @@ -2745,11 +2745,11 @@ | |
| 2745 | } |
| 2746 | |
| 2747 | /* |
| 2748 | ** SETTING: safe-html width=8 |
| 2749 | ** This setting controls whether or not unsafe HTML elements |
| 2750 | ** (such as SCRIPT or STYLE tags) are allowed in Markdown-formatted |
| 2751 | ** documents. Unsafe HTML is disabled by default. If this setting |
| 2752 | ** exists and is a string, then letters in that string can enable |
| 2753 | ** unsafe HTML in various contexts: |
| 2754 | ** |
| 2755 | ** b Unsafe HTML allowed in embedded documentation |
| 2756 |