diff options
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 18a7fb5e8..81b0a15bf 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -105,7 +105,7 @@ </td> <td> </td> - + <td align="right"> <b>Version:</b> </td> @@ -200,7 +200,7 @@ <td align="right"> <b> [% IF bug.bug_file_loc %] - <a href="[% bug.bug_file_loc FILTER html %]">URL:</a> + <a href="[% bug.bug_file_loc FILTER html %]">URL</a>: [% ELSE %] URL: [% END %] @@ -238,7 +238,7 @@ <tr> <td align="right"> <b> - <a href="describekeywords.cgi">Keywords:</a> + <a href="describekeywords.cgi">Keywords</a>: </b> <td colspan="7"> <input name="keywords" @@ -284,7 +284,7 @@ <table> <tr> <th> - <a href="votehelp.html">Votes:</a> + <a href="votehelp.html">Votes</a>: </th> <td> [% bug.votes %] |