Differences From Artifact [a9d1e00bc5]:
- File src/pikchrshow.c — part of check-in [c3b2671f6d] at 2020-10-07 07:07:15 on branch trunk — Removed an extraneous space from pikchrshow DOM output. pikchr command error output now prepends a newline to pikchr-level errors to keep line number comment alignment intact for the first line. (user: stephan size: 19007) [more...]
To Artifact [5e3cd55992]:
- File src/pikchrshow.c — part of check-in [ef5424b683] at 2020-11-05 23:15:41 on branch default-css-cleanups — Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. (user: wyoung size: 19028)
| ︙ | |||
371 372 373 374 375 376 377 | 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 | - + |
} CX("</div>"/*#pikchrshow-output*/);
} CX("</fieldset>"/*#pikchrshow-output-wrapper*/);
} CX("</div>"/*sbs-wrapper*/);
builtin_fossil_js_bundle_or("fetch", "copybutton", "popupwidget",
"storage", "pikchr", 0);
builtin_request_js("fossil.page.pikchrshow.js");
builtin_fulfill_js_requests();
|
| ︙ |