Change #6152
Category | None |
Changed by | Dan Scott <dan | @coffeecode.net>
Changed at | Thu 11 Apr 2019 23:23:31 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | a992137f701a8c87a93fd973d019fe529a0f676e |
Comments
Docs: fix uneven lengths of code delimiter blocks The lengths of the starting and ending sets of hyphens are supposed to be the same. Asciidoc tools like asciidoctor can be less forgiving than the original asciidoc processor, with less than hilarious results. It would probably make sense to try to standardize on something like 60 hyphens to easily flag this problem for deviations from the norm, but for now here's the result of running the docs through asciidoctor and manually adjusting the output. Signed-off-by: Dan Scott <dan@coffeecode.net>
Changed files
- docs/admin/booking-admin.adoc
- docs/cataloging/batch_importing_MARC.adoc
- docs/circulation/basic_holds.adoc
- docs/circulation/circulating_items_web_client.adoc
- docs/installation/server_upgrade.adoc
- docs/reports/reporter_add_data_source.adoc
- docs/reports/reporter_daemon.adoc