diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/navigate.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index b6e1351ee..652e765f0 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -21,6 +21,7 @@ [% PROCESS global/variables.none.tmpl %] +<div class="navigation"> [% IF bug_list && bug_list.size > 0 %] [% this_bug_idx = lsearch(bug_list, bug.bug_id) %] <b>[% terms.Bug %] List:</b> @@ -66,3 +67,4 @@ <i><font color="#777777">No search results available</font></i> [% END %] +</div> diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 50256965c..6043ac9ba 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -276,7 +276,6 @@ [% PROCESS bug/comments.html.tmpl comments = bug.longdescs %] - <hr> [% END %] |