Fix image href.

This commit is contained in:
Lars Jung 2015-05-13 00:30:35 +02:00
parent 7063b26a5f
commit 0f72db1961

View file

@ -39,6 +39,6 @@ body#root.info
form( action="https://www.paypal.com/cgi-bin/webscr", method="post", target="_top" ) form( action="https://www.paypal.com/cgi-bin/webscr", method="post", target="_top" )
input( type="hidden", name="cmd", value="_s-xclick" ) input( type="hidden", name="cmd", value="_s-xclick" )
input( type="hidden", name="hosted_button_id", value="8WSPKWT7YBTSQ" ) input( type="hidden", name="hosted_button_id", value="8WSPKWT7YBTSQ" )
input( type="image", src="images/ui/paypal.svg", width="100px", border="0", name="submit", alt="PayPal - The safer, easier way to pay online!" ) input( type="image", src!="#{PUBLIC_HREF}images/ui/paypal.svg", width="100px", border="0", name="submit", alt="PayPal - The safer, easier way to pay online!" )
</html> </html>