summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/keywords/create.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2003-12-10 10:31:24 +0100
committerjocuri%softhome.net <>2003-12-10 10:31:24 +0100
commita68d8e889aa22f82315c7106bf5ed27d6de2365b (patch)
tree721a0cd785c11d6a310e9f9062fbe14ce954210a /template/en/default/admin/keywords/create.html.tmpl
parentbcccebe2c5955d122ce193bf3c2e4a9335e98788 (diff)
downloadbugzilla-a68d8e889aa22f82315c7106bf5ed27d6de2365b.tar.gz
bugzilla-a68d8e889aa22f82315c7106bf5ed27d6de2365b.tar.xz
Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave.
Diffstat (limited to 'template/en/default/admin/keywords/create.html.tmpl')
-rwxr-xr-xtemplate/en/default/admin/keywords/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl
index 6811b9997..d7ff49039 100755
--- a/template/en/default/admin/keywords/create.html.tmpl
+++ b/template/en/default/admin/keywords/create.html.tmpl
@@ -31,7 +31,6 @@
<form method="post" action="editkeywords.cgi">
<table border="0" cellpadding="4" cellspacing="0">
- <input type="hidden" name="id" value="-1">
<tr>
<th align="right">Name:</th>
<td><input size="64" maxlength="64" name="name" value=""></td>
@@ -45,6 +44,7 @@
</tr>
</table>
<hr>
+ <input type="hidden" name="id" value="-1">
<input type="submit" value="Add">
<input type="hidden" name="action" value="new">
</form>