diff options
author | Byron Jones <glob@mozilla.com> | 2015-10-08 08:16:54 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-10-08 08:16:54 +0200 |
commit | 87e5975ec1ca85f5ead5f5521d41433a0fbe1559 (patch) | |
tree | d0001ec939aa879ba8e39b626501f3d141654277 /extensions | |
parent | c383cd7ff66e93bcf1e4c4c5ad358b2d5ec3ba26 (diff) | |
download | bugzilla-87e5975ec1ca85f5ead5f5521d41433a0fbe1559.tar.gz bugzilla-87e5975ec1ca85f5ead5f5521d41433a0fbe1559.tar.xz |
Bug 1212721 - gravatar container for comment 0 can be too wide
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 0947398d6..f3878b9c4 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -324,7 +324,7 @@ help = "describecomponents.cgi" %] <span id="product-search-container"> - [% PROCESS prodcompsearch/form.html.tmpl + [% INCLUDE prodcompsearch/form.html.tmpl id = "pcs" custom_select = 1 hidden = 1 |