From: Jane Sandberg Date: Tue, 11 Aug 2020 23:11:07 +0000 (-0700) Subject: Docs: asciidoc syntax correction for 3.5 release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=43bf6d1f459a713385238bfc05b00a77ae03e4d1;p=evergreen%2Fpines.git Docs: asciidoc syntax correction for 3.5 release notes Signed-off-by: Jane Sandberg --- diff --git a/docs/RELEASE_NOTES_3_5.adoc b/docs/RELEASE_NOTES_3_5.adoc index 6928852753..d9083e49ec 100644 --- a/docs/RELEASE_NOTES_3_5.adoc +++ b/docs/RELEASE_NOTES_3_5.adoc @@ -109,7 +109,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] ---- ---- @@ -117,7 +117,7 @@ that starts with: or similar in the apache configuration. Add the following after the FallbackResource directive: -[source] +[source,xml] ---- @@ -131,7 +131,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