diff options
author | jocuri%softhome.net <> | 2008-04-04 13:48:04 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:48:04 +0200 |
commit | 608c9e03f1aa12e157d6dbdf1e8aa2e2fc31cd97 (patch) | |
tree | 20fd64222df23fd92a4a3a6a3064b25e6b69f6cd /docs/en | |
parent | b2c2e1ffc78149e4e8a5c81135f4686f5f821d52 (diff) | |
download | bugzilla-608c9e03f1aa12e157d6dbdf1e8aa2e2fc31cd97.tar.gz bugzilla-608c9e03f1aa12e157d6dbdf1e8aa2e2fc31cd97.tar.xz |
Documentation patch -- fix broken tree due to the landing of bug 298341 - Implement code hook mechanism.
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/customization.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index ef091cb06..029aca625 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -469,7 +469,7 @@ "<varname>enter_bug-defaultvars</varname>". Thus, a source file at <filename>BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl</filename> will be automatically invoked when when the code hook is reached. - <para> + </para> <para> Template hooks appear in the standard Bugzilla templates as a |