Skip to content

Commit 9787774

Browse files
committed
Add fallback icons
1 parent 65906ad commit 9787774

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Contao/Widgets/MultiColumnWizard.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,10 +1771,10 @@ protected function generateButtonString($level = 0)
17711771
= Image::getHtml($image, $GLOBALS['TL_LANG']['MSC'][$btnName], 'class="tl_listwizard_img"'))
17721772
) {
17731773
$icon = Image::getHtml(
1774-
'bundles/multicolumnwizard/img/' . $image,
1775-
$GLOBALS['TL_LANG']['MSC'][$btnName],
1776-
'class="tl_listwizard_img"'
1777-
);
1774+
'bundles/multicolumnwizard/img/' . $image,
1775+
$GLOBALS['TL_LANG']['MSC'][$btnName],
1776+
'class="tl_listwizard_img"'
1777+
);
17781778
}
17791779
$return .=
17801780
\sprintf(

0 commit comments

Comments
 (0)