fix phpstan

This commit is contained in:
Frédéric FRANCE 2024-12-11 20:53:45 +01:00
parent 2c6fa6fa05
commit d01d63da0b
No known key found for this signature in database
GPG Key ID: C06E4A9656127239

View File

@ -267,7 +267,7 @@ if (isModEnabled("bank")) {
print '<tr class="oddeven"><td>';
print $langs->trans("CSSUrlForPaymentForm").'</td><td>';
print '<input size="64" type="text" name="ONLINE_PAYMENT_CSS_URL" value="'.getDolGlobalString('ONLINE_PAYMENT_CSS_URL').'">';
print ' &nbsp; <span class="opacitymedium">'.$langs->trans("Example").': http://mysite/mycss.css</span>';
print ' &nbsp; <span class="opacitymedium">'.$langs->trans("Example").': https://mysite/mycss.css</span>';
print '</td></tr>';