From 468f083ab08328e6f0eb26a1ac4b5b3455b5b2fc Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 28 Jan 2016 19:00:03 +0100 Subject: [PATCH] Use proper syntax highlighting for XML examples --- src/asciidoc/core-beans.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index 6ed9bb136a9..8b935ff9a4b 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -1719,7 +1719,7 @@ then nested `constructor-arg` elements. Let's review the examples from <> with the `c:` namespace: -[source,java,indent=0] +[source,xml,indent=0] [subs="verbatim,quotes"] ----