diff options
author | myk%mozilla.org <> | 2002-05-22 02:53:03 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2002-05-22 02:53:03 +0200 |
commit | f3b6e880a28c2f7fbe62702f5557f8b32fc10ca0 (patch) | |
tree | f9bfe5602af8c65ca6045dd499a48a474e8d9804 /template/en/default/bug/process | |
parent | 58d6d1b7eaf00f9548a5d4bd188dfe65b32cb982 (diff) | |
download | bugzilla-f3b6e880a28c2f7fbe62702f5557f8b32fc10ca0.tar.gz bugzilla-f3b6e880a28c2f7fbe62702f5557f8b32fc10ca0.tar.xz |
Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.
Patch by mental <xor@ivwnet.com>.
r=justdave,myk
Diffstat (limited to 'template/en/default/bug/process')
-rw-r--r-- | template/en/default/bug/process/verify-new-product.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index 8569158a7..4facc45c8 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -86,7 +86,7 @@ <p> <input type="radio" name="addtonewgroup" value="no"><b>no</b><br> <input type="radio" name="addtonewgroup" value="yes"><b>yes</b><br> - <input type="radio" name="addtonewgroup" value="yesifinold" checked> + <input type="radio" name="addtonewgroup" value="yesifinold" checked="checked"> <b>yes, but only if the bug was in its old product's group</b><br> </p> [% END %] |