summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";