Skip to content

Commit

Permalink
Fix image classname
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher authored May 7, 2017
1 parent 739bee8 commit 5ccabc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<media:image image="{image}"
alt="{alternativeText}"
title="{title}"
class="{f:if(condition: imageClassName, then: '', else: '{imageClassName}')}"
class="{f:if(condition: imageClassName, then: '{imageClassName}', else: '')}"
width="{width}"
height="{height}"
maximumWidth="{maximumWidth}"
Expand Down

0 comments on commit 5ccabc7

Please sign in to comment.