diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-20 00:20:06 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-20 00:20:06 +0100 |
commit | 583ee472daf98c61565807c575c4ee4ff61c4b09 (patch) | |
tree | 491e68344ce15599db3c21b268288aaa03309f64 | |
parent | 274728b07990f2e11784285811691c55506a438b (diff) | |
download | bugzilla-583ee472daf98c61565807c575c4ee4ff61c4b09.tar.gz bugzilla-583ee472daf98c61565807c575c4ee4ff61c4b09.tar.xz |
Bug 813189 - Missing <li> tag prior to "Data for Researchers" link
-rw-r--r-- | extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl b/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl index c628d74ea..3ca61b7b1 100644 --- a/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl +++ b/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl @@ -8,6 +8,7 @@ <a href="https://developer.mozilla.org/en/Bug_writing_guidelines"> [%- terms.Bug %] Writing Guidelines</a> </li> +<li> | <a href="page.cgi?id=researchers.html"> Data for Researchers</a> |