Skip to content

Commit

Permalink
Merge pull request #5398 from nextcloud/backport/5396/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: Add alt attribute to all image nodes
  • Loading branch information
juliushaertl committed Feb 21, 2024
2 parents c281d0e + 1b280eb commit 887c6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<div v-else contenteditable="false">
<img v-show="loaded"
:src="imageUrl"
:alt="alt"
class="image__main"
@click="handleImageClick"
@load="onLoaded">
Expand Down

0 comments on commit 887c6c2

Please sign in to comment.