diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-06-22 13:53:59 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-06-22 13:53:59 -0500 |
commit | 2db056574f5f55c3c802da63abe7e3de10db5d76 (patch) | |
tree | 89dec151c770633fe9ef3a8e39bd7afc2c4ae396 | |
parent | 141de72fd52bb93a3293f8adf0850268c4a730aa (diff) | |
download | bcfg2-2db056574f5f55c3c802da63abe7e3de10db5d76.tar.gz bcfg2-2db056574f5f55c3c802da63abe7e3de10db5d76.tar.bz2 bcfg2-2db056574f5f55c3c802da63abe7e3de10db5d76.zip |
doc: Fix another typo
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-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> |