Skip to content

Commit

Permalink
fix: Remove intro thumbnail hard-coded alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
oscie57 committed Jul 6, 2024
1 parent 725b606 commit 0cebfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/intro_info_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{% if info.cnt_type.name == "Image" %}
<td><img src="{{ url_for('get_info_image', cnt_id=info.cnt_id) }}" width="200"
alt="Thumbnail for {{ 5 }}"/></td>
alt="Thumbnail for {{ info.cnt_id }}"/></td>
{% else %}
<td>Not an image</td>
{% endif %}
Expand Down

0 comments on commit 0cebfdd

Please sign in to comment.