Fossil SCM
Fix a bug in the CGI extension documentation.
Commit
85c58afe9a629246e92181b344660e53d32284dcab05168c1aeea127ce10b36a
Parent
4dbd4e33c457611…
1 file changed
+1
-1
+1
-1
| --- www/serverext.wiki | ||
| +++ www/serverext.wiki | ||
| @@ -230,11 +230,11 @@ | ||
| 230 | 230 | The fields of the CGI response header can be any valid HTTP header fields. |
| 231 | 231 | Those that Fossil does not understand are simply relayed back to up the |
| 232 | 232 | line to the requester. |
| 233 | 233 | |
| 234 | 234 | Fossil takes special action with some content types. If the Content-Type |
| 235 | -is "application/x-fossil-wiki" or "application/x-markdown" then Fossil | |
| 235 | +is "text/x-fossil-wiki" or "text/x-markdown" then Fossil | |
| 236 | 236 | converts the content from [/wiki_rules|Fossil-Wiki] or |
| 237 | 237 | [/md_rules|Markdown] into HTML, adding its |
| 238 | 238 | own header and footer text according to the repository skin. Content |
| 239 | 239 | of type "text/html" is normally passed straight through |
| 240 | 240 | unchanged. However, if the text/html content is of the form: |
| 241 | 241 |
| --- www/serverext.wiki | |
| +++ www/serverext.wiki | |
| @@ -230,11 +230,11 @@ | |
| 230 | The fields of the CGI response header can be any valid HTTP header fields. |
| 231 | Those that Fossil does not understand are simply relayed back to up the |
| 232 | line to the requester. |
| 233 | |
| 234 | Fossil takes special action with some content types. If the Content-Type |
| 235 | is "application/x-fossil-wiki" or "application/x-markdown" then Fossil |
| 236 | converts the content from [/wiki_rules|Fossil-Wiki] or |
| 237 | [/md_rules|Markdown] into HTML, adding its |
| 238 | own header and footer text according to the repository skin. Content |
| 239 | of type "text/html" is normally passed straight through |
| 240 | unchanged. However, if the text/html content is of the form: |
| 241 |
| --- www/serverext.wiki | |
| +++ www/serverext.wiki | |
| @@ -230,11 +230,11 @@ | |
| 230 | The fields of the CGI response header can be any valid HTTP header fields. |
| 231 | Those that Fossil does not understand are simply relayed back to up the |
| 232 | line to the requester. |
| 233 | |
| 234 | Fossil takes special action with some content types. If the Content-Type |
| 235 | is "text/x-fossil-wiki" or "text/x-markdown" then Fossil |
| 236 | converts the content from [/wiki_rules|Fossil-Wiki] or |
| 237 | [/md_rules|Markdown] into HTML, adding its |
| 238 | own header and footer text according to the repository skin. Content |
| 239 | of type "text/html" is normally passed straight through |
| 240 | unchanged. However, if the text/html content is of the form: |
| 241 |