From: Galen Charlton Date: Wed, 18 May 2022 18:36:47 +0000 (-0400) Subject: fix a syntax warning in the 3.9 release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=83b92e26b525cc48f254f1c3964a752e0ad87a28;p=working%2FEvergreen.git fix a syntax warning in the 3.9 release notes Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_3_9.adoc b/docs/RELEASE_NOTES_3_9.adoc index a55f19d414..be8e244318 100644 --- a/docs/RELEASE_NOTES_3_9.adoc +++ b/docs/RELEASE_NOTES_3_9.adoc @@ -90,7 +90,7 @@ interface. The following stanza needs to be added to eg_vhost.conf: -[source] +[source,conf] ---------------------------------------------------------------- SetHandler perl-script @@ -103,10 +103,11 @@ The following stanza needs to be added to eg_vhost.conf: and this to the open-ils.vandelay -> app_settings -> databases section of opensrf.xml: -[source] +[source,conf] ---------------------------------------------------------------- /openils/var/web/opac/extras/ac ---------------------------------------------------------------- + with the path appropriately adjusted for your installation. The Apache process will need write permissions for that directory.