diff options
author | ivan <ivan> | 2005-10-27 17:04:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-10-27 17:04:25 +0000 |
commit | 51ee6aade4795bf31954e4a5e6aff685a8c31b8b (patch) | |
tree | 6170c0372a53dac6d12a3572b9f3ecb9909b513f /httemplate | |
parent | e0ab4446794f3c9ad0ecf012fcc8b1b3ef4d48cf (diff) |
extraneous '; noticed by joe@surferz
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/select-taxclass.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-taxclass.html b/httemplate/elements/select-taxclass.html index e8889d59d..e5a1abba1 100644 --- a/httemplate/elements/select-taxclass.html +++ b/httemplate/elements/select-taxclass.html @@ -35,7 +35,7 @@ <% } else { %> - <INPUT TYPE="hidden" NAME="taxclass" VALUE="<%= $selected_taxclass %>">'; + <INPUT TYPE="hidden" NAME="taxclass" VALUE="<%= $selected_taxclass %>"> <% } %> |