summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2010-02-13 15:29:42 +0000
committerdeva <deva>2010-02-13 15:29:42 +0000
commit675cd988ce8b6dc7f79648144e9e284520bf6d95 (patch)
tree6f9d58df6141032c6d02e4ef7c5595c2cf2f31b0
parent22ad514ccace5535e5fc66e96d927a2d02cd0e92 (diff)
Fix commit type.
-rw-r--r--utils/modules/shop.php2
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";