Skip to content

Commit

Permalink
Add alt text to preview image (#3713)
Browse files Browse the repository at this point in the history
  • Loading branch information
losingle committed May 2, 2024
1 parent a8be5b0 commit 998f12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/preview-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<script src=/static/preview-image.js type=module defer></script>
</head>
<body>
<img src=/content/{{self.inscription_id}}></img>
<img src=/content/{{self.inscription_id}} alt='inscription {{self.inscription_id}}'>
</body>
</html>

0 comments on commit 998f12c

Please sign in to comment.