Skip to content

Commit 5ccabc7

Browse files
authored
Fix image classname
1 parent 739bee8 commit 5ccabc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Templates/NodeTypes/Partials/SimpleImage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<media:image image="{image}"
3333
alt="{alternativeText}"
3434
title="{title}"
35-
class="{f:if(condition: imageClassName, then: '', else: '{imageClassName}')}"
35+
class="{f:if(condition: imageClassName, then: '{imageClassName}', else: '')}"
3636
width="{width}"
3737
height="{height}"
3838
maximumWidth="{maximumWidth}"

0 commit comments

Comments
 (0)