Skip to content

Instantly share code, notes, and snippets.

@iksi
Last active January 26, 2018 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iksi/d18006c776f954ff75bb6283df49d256 to your computer and use it in GitHub Desktop.
Save iksi/d18006c776f954ff75bb6283df49d256 to your computer and use it in GitHub Desktop.
negate possible problematic locale decimal_point for inline styles
<?php
// negate possible problematic locale decimal_point for inline styles
$paddingTop = (float) number_format(4 / 3 * 100, 2, '.', '');
echo "padding-top:{$paddingTop}%;";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment