mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-18 09:01:46 +03:00
fix: add whitespace-pre to display image ALT description (#1036)
This commit is contained in:
parent
f227ad6e2f
commit
72e2650702
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ useIntersectionObserver(video, (entries) => {
|
||||||
{{ $t('status.img_alt.dismiss') }}
|
{{ $t('status.img_alt.dismiss') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p whitespace-pre>
|
||||||
{{ attachment.description }}
|
{{ attachment.description }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue