add alt in input tag then this is a image type
parent
2cc6f8b71e
commit
492d2fbfb1
|
@ -243,7 +243,7 @@
|
||||||
<!--! xml:lang avoids extraction for translation -->
|
<!--! xml:lang avoids extraction for translation -->
|
||||||
<input xml:lang="en" type="hidden" name="cmd" value="_s-xclick" />
|
<input xml:lang="en" type="hidden" name="cmd" value="_s-xclick" />
|
||||||
<input xml:lang="en" type="hidden" name="hosted_button_id" value="XKAL6BZL3YPSN" />
|
<input xml:lang="en" type="hidden" name="hosted_button_id" value="XKAL6BZL3YPSN" />
|
||||||
<input type="image" name="submit"
|
<input type="image" alt="paypal icon" name="submit"
|
||||||
src="/pics/paypal/${os.paypal_lang}.gif"
|
src="/pics/paypal/${os.paypal_lang}.gif"
|
||||||
title="Send us money through PayPal." />
|
title="Send us money through PayPal." />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue