Skip to content

Commit

Permalink
;-|
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Feb 10, 2024
1 parent 066857d commit d86bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@ public function getPreviewHtml(): string
Html::tag('div', $this->getPreviewThumbImg(350, 190), [
'class' => 'preview-thumb',
]) .
Html::endTag('div'); // .preview-thumb-container;
Html::endTag('div'); // .preview-thumb-container

if ($previewable || $editable) {
$isMobile = Craft::$app->getRequest()->isMobileBrowser(true);
Expand Down

0 comments on commit d86bd90

Please sign in to comment.