Fossil SCM
doc typo
Commit
a62594e58d3c971b681157babc5e1c9b9f2f277d005917d79f80d0f73c43f315
Parent
8a98762b81fbcb6…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -1433,11 +1433,11 @@ | ||
| 1433 | 1433 | ** |
| 1434 | 1434 | ** If passed a true value, it emits the contents directly to the page |
| 1435 | 1435 | ** output, else it emits a script tag with a src=builtin/... to load |
| 1436 | 1436 | ** the script. It always outputs a small pre-bootstrap element in its |
| 1437 | 1437 | ** own script tag to initialize parts which need C-runtime-level |
| 1438 | -** information, because loading the main fossil.bootstrap.js either | |
| 1438 | +** information, before loading the main fossil.bootstrap.js either | |
| 1439 | 1439 | ** inline or via a <script src=...>, as specified by the first |
| 1440 | 1440 | ** argument. |
| 1441 | 1441 | */ |
| 1442 | 1442 | void style_emit_script_fossil_bootstrap(int asInline){ |
| 1443 | 1443 | static int once = 0; |
| 1444 | 1444 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1433,11 +1433,11 @@ | |
| 1433 | ** |
| 1434 | ** If passed a true value, it emits the contents directly to the page |
| 1435 | ** output, else it emits a script tag with a src=builtin/... to load |
| 1436 | ** the script. It always outputs a small pre-bootstrap element in its |
| 1437 | ** own script tag to initialize parts which need C-runtime-level |
| 1438 | ** information, because loading the main fossil.bootstrap.js either |
| 1439 | ** inline or via a <script src=...>, as specified by the first |
| 1440 | ** argument. |
| 1441 | */ |
| 1442 | void style_emit_script_fossil_bootstrap(int asInline){ |
| 1443 | static int once = 0; |
| 1444 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1433,11 +1433,11 @@ | |
| 1433 | ** |
| 1434 | ** If passed a true value, it emits the contents directly to the page |
| 1435 | ** output, else it emits a script tag with a src=builtin/... to load |
| 1436 | ** the script. It always outputs a small pre-bootstrap element in its |
| 1437 | ** own script tag to initialize parts which need C-runtime-level |
| 1438 | ** information, before loading the main fossil.bootstrap.js either |
| 1439 | ** inline or via a <script src=...>, as specified by the first |
| 1440 | ** argument. |
| 1441 | */ |
| 1442 | void style_emit_script_fossil_bootstrap(int asInline){ |
| 1443 | static int once = 0; |
| 1444 |