Fossil SCM
Removed a stray HR tag left over by the previous commit's excision of the wysiwyg option. Removed a dangling doc reference to TinyMCE.
Commit
b3f3cf6930176cbd5081d76c74e3a0e484dad67a1bfc42366727c51eae51490f
Parent
336afe8e9129451…
1 file changed
+1
-4
+1
-4
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1077,17 +1077,14 @@ | ||
| 1077 | 1077 | @ in forum posts, make this setting be "<b>btw</b>". The default is an |
| 1078 | 1078 | @ empty string which means that Fossil never allows Markdown documents |
| 1079 | 1079 | @ to generate unsafe HTML. |
| 1080 | 1080 | @ (Property: "safe-html")</p> |
| 1081 | 1081 | @ <hr /> |
| 1082 | - @ <hr /> | |
| 1083 | 1082 | onoff_attribute("Use HTML as wiki markup language", |
| 1084 | 1083 | "wiki-use-html", "wiki-use-html", 0, 0); |
| 1085 | 1084 | @ <p>Use HTML as the wiki markup language. Wiki links will still be parsed |
| 1086 | - @ but all other wiki formatting will be ignored. This option is helpful | |
| 1087 | - @ if you have chosen to use a rich HTML editor for wiki markup such as | |
| 1088 | - @ TinyMCE.</p> | |
| 1085 | + @ but all other wiki formatting will be ignored.</p> | |
| 1089 | 1086 | @ <p><strong>CAUTION:</strong> when |
| 1090 | 1087 | @ enabling, <i>all</i> HTML tags and attributes are accepted in the wiki. |
| 1091 | 1088 | @ No sanitization is done. This means that it is very possible for malicious |
| 1092 | 1089 | @ users to inject dangerous HTML, CSS and JavaScript code into your wiki.</p> |
| 1093 | 1090 | @ <p>This should <strong>only</strong> be enabled when wiki editing is limited |
| 1094 | 1091 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1077,17 +1077,14 @@ | |
| 1077 | @ in forum posts, make this setting be "<b>btw</b>". The default is an |
| 1078 | @ empty string which means that Fossil never allows Markdown documents |
| 1079 | @ to generate unsafe HTML. |
| 1080 | @ (Property: "safe-html")</p> |
| 1081 | @ <hr /> |
| 1082 | @ <hr /> |
| 1083 | onoff_attribute("Use HTML as wiki markup language", |
| 1084 | "wiki-use-html", "wiki-use-html", 0, 0); |
| 1085 | @ <p>Use HTML as the wiki markup language. Wiki links will still be parsed |
| 1086 | @ but all other wiki formatting will be ignored. This option is helpful |
| 1087 | @ if you have chosen to use a rich HTML editor for wiki markup such as |
| 1088 | @ TinyMCE.</p> |
| 1089 | @ <p><strong>CAUTION:</strong> when |
| 1090 | @ enabling, <i>all</i> HTML tags and attributes are accepted in the wiki. |
| 1091 | @ No sanitization is done. This means that it is very possible for malicious |
| 1092 | @ users to inject dangerous HTML, CSS and JavaScript code into your wiki.</p> |
| 1093 | @ <p>This should <strong>only</strong> be enabled when wiki editing is limited |
| 1094 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1077,17 +1077,14 @@ | |
| 1077 | @ in forum posts, make this setting be "<b>btw</b>". The default is an |
| 1078 | @ empty string which means that Fossil never allows Markdown documents |
| 1079 | @ to generate unsafe HTML. |
| 1080 | @ (Property: "safe-html")</p> |
| 1081 | @ <hr /> |
| 1082 | onoff_attribute("Use HTML as wiki markup language", |
| 1083 | "wiki-use-html", "wiki-use-html", 0, 0); |
| 1084 | @ <p>Use HTML as the wiki markup language. Wiki links will still be parsed |
| 1085 | @ but all other wiki formatting will be ignored.</p> |
| 1086 | @ <p><strong>CAUTION:</strong> when |
| 1087 | @ enabling, <i>all</i> HTML tags and attributes are accepted in the wiki. |
| 1088 | @ No sanitization is done. This means that it is very possible for malicious |
| 1089 | @ users to inject dangerous HTML, CSS and JavaScript code into your wiki.</p> |
| 1090 | @ <p>This should <strong>only</strong> be enabled when wiki editing is limited |
| 1091 |