summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/structures/bundler/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt
index c74e13e9d..28c250b7a 100644
--- a/doc/server/plugins/structures/bundler/index.txt
+++ b/doc/server/plugins/structures/bundler/index.txt
@@ -151,7 +151,7 @@ Use
Group tags are not used inside of Genshi templates. You can get the
same logic (and more) using Genshi conditionals.
- .. code-xml::
+ .. code-block:: xml:
<py:if test="groupname in metadata.groups">
</py:if>