fix a syntax warning in the 3.9 release notes
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 18 May 2022 18:36:47 +0000 (14:36 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 18 May 2022 18:37:00 +0000 (14:37 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

docs/RELEASE_NOTES_3_9.adoc

index a55f19d..be8e244 100644 (file)
@@ -90,7 +90,7 @@ interface.
 
 The following stanza needs to be added to eg_vhost.conf:
 
-[source]
+[source,conf]
 ----------------------------------------------------------------
 <Location /jacket-upload>
     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]
 ----------------------------------------------------------------
 <jackets>/openils/var/web/opac/extras/ac</jackets>
 ----------------------------------------------------------------
+
 with the path appropriately adjusted for your installation. The Apache process
 will need write permissions for that directory.