Skip to content

Commit b699459

Browse files
committed
feat: fix quotes
1 parent 0ed6bea commit b699459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/articles/summary.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
src="{{ $article->heroImage() }}"
1212
alt="Example image"
1313
onerror="
14-
this.onerror=null;
15-
this.src='images/default-background.svg';
14+
this.onerror=null;
15+
this.src='images/default-background.svg';"
1616
>
1717
</a>
1818
@endif

0 commit comments

Comments
 (0)