Fossil SCM
Fixed an unwanted hard line break in javascript.md
Commit
c31d5ba4b9d06f75f996e3262e745b09099ba760e6643014a91aa6a4faee3484
Parent
debb410e9bf7991…
1 file changed
+3
-2
+3
-2
| --- www/javascript.md | ||
| +++ www/javascript.md | ||
| @@ -64,12 +64,13 @@ | ||
| 64 | 64 | Most JavaScript-based Fossil pages use less code than that. |
| 65 | 65 | |
| 66 | 66 | Atop that, Fossil sends HTTP headers to the browser that allow it |
| 67 | 67 | to perform aggressive caching so that typical page loads will skip |
| 68 | 68 | re-loading this content on subsequent loads. These features are |
| 69 | - currently optional: you must either set the new [`fossil server | |
| 70 | - --jsmode bundle` option][fsrv] or the corresponding `jsmode` control line | |
| 69 | + currently optional: you must either set the new | |
| 70 | + [`fossil server --jsmode bundle` option][fsrv] or the corresponding | |
| 71 | + `jsmode` control line | |
| 71 | 72 | in your [`fossil cgi`][fcgi] script when setting up your |
| 72 | 73 | [Fossil server][fshome]. That done, Fossil’s JavaScript files will |
| 73 | 74 | load almost instantly from the browser’s cache after the initial |
| 74 | 75 | page load, rather than be re-transferred over the network. |
| 75 | 76 | |
| 76 | 77 |
| --- www/javascript.md | |
| +++ www/javascript.md | |
| @@ -64,12 +64,13 @@ | |
| 64 | Most JavaScript-based Fossil pages use less code than that. |
| 65 | |
| 66 | Atop that, Fossil sends HTTP headers to the browser that allow it |
| 67 | to perform aggressive caching so that typical page loads will skip |
| 68 | re-loading this content on subsequent loads. These features are |
| 69 | currently optional: you must either set the new [`fossil server |
| 70 | --jsmode bundle` option][fsrv] or the corresponding `jsmode` control line |
| 71 | in your [`fossil cgi`][fcgi] script when setting up your |
| 72 | [Fossil server][fshome]. That done, Fossil’s JavaScript files will |
| 73 | load almost instantly from the browser’s cache after the initial |
| 74 | page load, rather than be re-transferred over the network. |
| 75 | |
| 76 |
| --- www/javascript.md | |
| +++ www/javascript.md | |
| @@ -64,12 +64,13 @@ | |
| 64 | Most JavaScript-based Fossil pages use less code than that. |
| 65 | |
| 66 | Atop that, Fossil sends HTTP headers to the browser that allow it |
| 67 | to perform aggressive caching so that typical page loads will skip |
| 68 | re-loading this content on subsequent loads. These features are |
| 69 | currently optional: you must either set the new |
| 70 | [`fossil server --jsmode bundle` option][fsrv] or the corresponding |
| 71 | `jsmode` control line |
| 72 | in your [`fossil cgi`][fcgi] script when setting up your |
| 73 | [Fossil server][fshome]. That done, Fossil’s JavaScript files will |
| 74 | load almost instantly from the browser’s cache after the initial |
| 75 | page load, rather than be re-transferred over the network. |
| 76 | |
| 77 |