From 8a97bfac216a59754a6e1e48c473141949fa8ceb Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 11 Aug 2020 16:09:51 -0700 Subject: [PATCH] Docs: asciidoc syntax correction for 3.4 release notes Signed-off-by: Jane Sandberg --- docs/RELEASE_NOTES_3_4.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/RELEASE_NOTES_3_4.adoc b/docs/RELEASE_NOTES_3_4.adoc index 703092d88b..6d42e66546 100644 --- a/docs/RELEASE_NOTES_3_4.adoc +++ b/docs/RELEASE_NOTES_3_4.adoc @@ -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] ---- ---- @@ -110,7 +110,7 @@ that starts with: or similar in the apache configuration. Add the following after the FallbackResource directive: -[source] +[source,xml] ---- @@ -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 -- 2.43.2