diff options
author | Byron Jones <bjones@mozilla.com> | 2013-07-18 09:20:52 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-07-18 09:20:52 +0200 |
commit | 86f01e74bf94131853d4b42b5e2da1ad804851aa (patch) | |
tree | f0694a711ac9eaa24a1aaf186effa710728b0eb1 /extensions/Review | |
parent | cc20ecfa1b8c151690e8d12c8ad5c544fa1a4a5a (diff) | |
download | bugzilla-86f01e74bf94131853d4b42b5e2da1ad804851aa.tar.gz bugzilla-86f01e74bf94131853d4b42b5e2da1ad804851aa.tar.xz |
fix typo in path to review ext stylesheet
Diffstat (limited to 'extensions/Review')
-rw-r--r-- | extensions/Review/template/en/default/hook/global/header-start.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Review/template/en/default/hook/global/header-start.html.tmpl b/extensions/Review/template/en/default/hook/global/header-start.html.tmpl index 6063aa920..ebf206a33 100644 --- a/extensions/Review/template/en/default/hook/global/header-start.html.tmpl +++ b/extensions/Review/template/en/default/hook/global/header-start.html.tmpl @@ -11,7 +11,7 @@ || template.name == 'attachment/diff-header.html.tmpl' || template.name == 'bug/create/create.html.tmpl' %] -[% style_urls.push('extensions/Review/web/style/review.css') %] +[% style_urls.push('extensions/Review/web/styles/review.css') %] [% javascript_urls.push('extensions/Review/web/js/review.js') %] [% IF bug %] |