diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-01 00:06:04 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-01 00:06:04 +0200 |
commit | 785580c6c290b93fe25868cfbb5d4e300749de62 (patch) | |
tree | 76a4068d8531685b30e41d96f46031bc36d8e283 /extensions/Splinter/template | |
parent | 77f1cffd26e4e306b46558142a432acdbb67b9f1 (diff) | |
download | bugzilla-785580c6c290b93fe25868cfbb5d4e300749de62.tar.gz bugzilla-785580c6c290b93fe25868cfbb5d4e300749de62.tar.xz |
Fixed bug words error for Splinter
Diffstat (limited to 'extensions/Splinter/template')
-rw-r--r-- | extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index adb8b52f9..a05cc87f9 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -40,7 +40,7 @@ <script type="text/javascript"> Splinter.configBase = '[% urlbase FILTER none %][% Param('splinter_base') FILTER js %]'; - Splinter.configBugzillaUrl = '[% urlbase FILTER none %]'; + Splinter.configBugUrl = '[% urlbase FILTER none %]'; Splinter.configHaveExtension = true; Splinter.configHelp = '[% urlbase FILTER none %]page.cgi?id=splinter/help.html'; Splinter.configNote = ''; |