diff options
author | jocuri%softhome.net <> | 2006-03-01 00:00:46 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-03-01 00:00:46 +0100 |
commit | 729911c15cbdb7189ccbc74d69c4ffd302b4976e (patch) | |
tree | 8f49d410501a3da09cb689a3031ac17fcf72d781 /docs | |
parent | 90e1688ef09332be00b31278f8d5ee7703ac81b2 (diff) | |
download | bugzilla-729911c15cbdb7189ccbc74d69c4ffd302b4976e.tar.gz bugzilla-729911c15cbdb7189ccbc74d69c4ffd302b4976e.tar.xz |
Documentation patch -- fix broken tree due to the landing of bug 298341 - Implement code hook mechanism.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/customization.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index ef091cb06..029aca625 100644 --- a/docs/xml/customization.xml +++ b/docs/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 |