Skip to content

Commit 887c6c2

Browse files
authored
Merge pull request #5398 from nextcloud/backport/5396/stable28
[stable28] fix: Add alt attribute to all image nodes
2 parents c281d0e + 1b280eb commit 887c6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nodes/ImageView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<div v-else contenteditable="false">
6464
<img v-show="loaded"
6565
:src="imageUrl"
66+
:alt="alt"
6667
class="image__main"
6768
@click="handleImageClick"
6869
@load="onLoaded">

0 commit comments

Comments
 (0)