Docs: asciidoc syntax correction for 3.4 release notes
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 11 Aug 2020 23:09:51 +0000 (16:09 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Tue, 11 Aug 2020 23:09:51 +0000 (16:09 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

docs/RELEASE_NOTES_3_4.adoc

index 703092d..6d42e66 100644 (file)
@@ -102,7 +102,7 @@ so that the Angular index.html file is never cached by the client.  This
 can be done by changing the Angular setup section of the apache configuration
 that starts with:
 
-[source]
+[source,xml]
 ----
 <Directory "/openils/var/web/eg2/en-US">
 ----
@@ -110,7 +110,7 @@ that starts with:
 or similar in the apache configuration. Add the following after the
 FallbackResource directive:
 
-[source]
+[source,xml]
 ----
     <Files "index.html">
       <IfModule mod_headers.c>
@@ -124,7 +124,7 @@ FallbackResource directive:
 Finally, ensure that the mod_headers apache module is enabled by running the
 following commands on all apache servers as the root user:
 
-[source]
+[source,bash]
 ----
 a2enmod headers
 sudo /etc/init.d/apache2 restart