Skip to content

Commit

Permalink
fname
Browse files Browse the repository at this point in the history
  • Loading branch information
siripravi committed Oct 11, 2024
1 parent ef41f40 commit 5e615eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/views/imagewidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
<?= Html::img($images[$i]['imageSrc'], ['alt' => "", 'id' => 'pimg-' . ($i + 1), 'class' => 'card-img img-fullsize']); ?>
<div class="caption">
<p class="flex-text text-center"><?= $images[$i]['filename']; ?></p>
<p class="flex-text text-center"><!--= $images[$i]['filename']; ?--></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 5e615eb

Please sign in to comment.