diff options
author | deva <deva> | 2010-02-13 15:29:42 +0000 |
---|---|---|
committer | deva <deva> | 2010-02-13 15:29:42 +0000 |
commit | 675cd988ce8b6dc7f79648144e9e284520bf6d95 (patch) | |
tree | 6f9d58df6141032c6d02e4ef7c5595c2cf2f31b0 /utils/modules/shop.php | |
parent | 22ad514ccace5535e5fc66e96d927a2d02cd0e92 (diff) |
Fix commit type.
Diffstat (limited to 'utils/modules/shop.php')
-rw-r--r-- | utils/modules/shop.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/modules/shop.php b/utils/modules/shop.php index 1a73b5a..d25ded0 100644 --- a/utils/modules/shop.php +++ b/utils/modules/shop.php @@ -32,7 +32,7 @@ class Payment { $str .= " <div>\n"; $str .= " <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\"/>\n"; $str .= " <input type=\"hidden\" name=\"encrypted\" value=\"".$this->paypalkey."\"/>\n"; - $str .= " <input class=\"payment_button_image\" type=\"button\" name=\"submit\""; + $str .= " <input class=\"payment_button_image\" value=\"\" type=\"submit\" name=\"submit\"\n"; $str .= " alt=\"Make payments with PayPal - it's fast, free and secure!\"/>\n"; $str .= " </div>\n"; $str .= " </form>\n"; |