Skip to content

Commit

Permalink
Code style grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil E. Taylor committed May 19, 2017
1 parent 19f0365 commit 4a29649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fields/imagelist/tmpl/imagelist.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
$buffer .= sprintf('<img src="images/%s/%s" %s />',
$fieldParams->get('directory'),
htmlentities($path, ENT_COMPAT,'UTF-8', true),
htmlentities($path, ENT_COMPAT, 'UTF-8', true),
$class
);
}
Expand Down

0 comments on commit 4a29649

Please sign in to comment.