diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-01 11:28:35 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-01 11:28:35 +0200 |
commit | bd9136c71bd942187dba5e0737f1d0f73bb338c1 (patch) | |
tree | 7e06b6ba25b0b54c4dffccde8f8e899dc3dfc35e /template | |
parent | b865eb6e1c07205ce6c14cf3371e720d09aa64b4 (diff) | |
download | bugzilla-bd9136c71bd942187dba5e0737f1d0f73bb338c1.tar.gz bugzilla-bd9136c71bd942187dba5e0737f1d0f73bb338c1.tar.xz |
Bug 148363 - minor html glitch on the enter_bug template
patch by jouni@heikniemi.net (Jouni Heikniemi), r=myk x2
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index c6ab1fdb0..f6a7e213f 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -154,7 +154,7 @@ </tr> <tr> - <td align="right"<strong>URL:</strong></td> + <td align="right"><strong>URL:</strong></td> <td colspan="3"> <input name="bug_file_loc" size="60" value="[% bug_file_loc FILTER html %]"> |