diff options
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 89f75f05e..cf279d05d 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -83,7 +83,7 @@ //--></script> </td> <td align="left" width="30%"> - Opened: [% bug.creation_ts FILTER time %] + <b>Opened:</b> [% bug.creation_ts FILTER time %] </td> </tr> </table> diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 8b42217c1..caacad766 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -188,11 +188,6 @@ [% bug.creation_ts FILTER time %] </td> </tr> - <tr> - <td colspan="4"> - <b>Description:</b> - </td> - </tr> </table> [% PROCESS bug/comments.html.tmpl |