Fossil SCM
Replaced a use of local formatting for a code example in the aboutdownload doc with generic verbatim formatting.
Commit
fc2965be401ed5ccabab3483d7cc3a03db9bd9ba0cad60aeb45501823d031d4a
Parent
f4370d80e8d6a18…
1 file changed
+1
-1
+1
-1
| --- www/aboutdownload.wiki | ||
| +++ www/aboutdownload.wiki | ||
| @@ -42,11 +42,11 @@ | ||
| 42 | 42 | instead of the usual HTML or Javascript. |
| 43 | 43 | |
| 44 | 44 | The default mimetype for "download.html" is |
| 45 | 45 | text/html. But because the entire page is enclosed within |
| 46 | 46 | |
| 47 | - <b><div class='fossil-doc' data-title='Download Page'>...</div></b> | |
| 47 | +<verbatim><div class='fossil-doc' data-title='Download Page'>...</div></verbatim> | |
| 48 | 48 | |
| 49 | 49 | Fossil knows to add its standard header and footer information to the |
| 50 | 50 | document, making it look just like any other page. See |
| 51 | 51 | "[./embeddeddoc.wiki|embedded documentation]" for further details on |
| 52 | 52 | how <div class='fossil-doc'> this works. |
| 53 | 53 |
| --- www/aboutdownload.wiki | |
| +++ www/aboutdownload.wiki | |
| @@ -42,11 +42,11 @@ | |
| 42 | instead of the usual HTML or Javascript. |
| 43 | |
| 44 | The default mimetype for "download.html" is |
| 45 | text/html. But because the entire page is enclosed within |
| 46 | |
| 47 | <b><div class='fossil-doc' data-title='Download Page'>...</div></b> |
| 48 | |
| 49 | Fossil knows to add its standard header and footer information to the |
| 50 | document, making it look just like any other page. See |
| 51 | "[./embeddeddoc.wiki|embedded documentation]" for further details on |
| 52 | how <div class='fossil-doc'> this works. |
| 53 |
| --- www/aboutdownload.wiki | |
| +++ www/aboutdownload.wiki | |
| @@ -42,11 +42,11 @@ | |
| 42 | instead of the usual HTML or Javascript. |
| 43 | |
| 44 | The default mimetype for "download.html" is |
| 45 | text/html. But because the entire page is enclosed within |
| 46 | |
| 47 | <verbatim><div class='fossil-doc' data-title='Download Page'>...</div></verbatim> |
| 48 | |
| 49 | Fossil knows to add its standard header and footer information to the |
| 50 | document, making it look just like any other page. See |
| 51 | "[./embeddeddoc.wiki|embedded documentation]" for further details on |
| 52 | how <div class='fossil-doc'> this works. |
| 53 |