diff options
-rw-r--r-- | doc/server/plugins/structures/bundler/index.txt | 2 |
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 28c250b7a..5ca53b010 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-block:: xml: + .. code-block:: xml <py:if test="groupname in metadata.groups"> </py:if> |