From bbda755a072fd6bdcfc3e7fb8c4d07acd94fbfc2 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 24 Oct 2019 14:14:02 -0500 Subject: [PATCH] Fix Servlet exploits leveloffset Fixes gh-2567 --- .../src/docs/asciidoc/_includes/servlet/exploits/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/servlet/exploits/index.adoc b/docs/manual/src/docs/asciidoc/_includes/servlet/exploits/index.adoc index 52d6519431..f6aee0b1b3 100644 --- a/docs/manual/src/docs/asciidoc/_includes/servlet/exploits/index.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/servlet/exploits/index.adoc @@ -1,7 +1,7 @@ = Protection Against Exploits -include::csrf.adoc[] +include::csrf.adoc[leveloffset=+1] -include::headers.adoc[] +include::headers.adoc[leveloffset=+1] -include::channel.adoc[] +include::channel.adoc[leveloffset=+1]