79332995

Date: 2025-01-06 12:24:15
Score: 0.5
Natty:
Report link
<?php
$css_attrs = array(
    "width"         => "11px",
    "height"        => "11px",
    "border-radius" => "20px",
    "cursor"        => "help"
);
?>
<span style="<?php echo str_replace("=",":",http_build_query($css_attrs,"","; "));?>"></span>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nic Bug