summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-06-22 13:52:18 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-06-22 13:52:18 -0500
commit141de72fd52bb93a3293f8adf0850268c4a730aa (patch)
treebd8215b8451cd5ee056002dac954336382d604bd /doc
parentb4c708c2f9ea913d28c2c8bc75c65c525b00c7ed (diff)
downloadbcfg2-141de72fd52bb93a3293f8adf0850268c4a730aa.tar.gz
bcfg2-141de72fd52bb93a3293f8adf0850268c4a730aa.tar.bz2
bcfg2-141de72fd52bb93a3293f8adf0850268c4a730aa.zip
doc: Fix unknown directive
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
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>