I prefer title to alt for this app

This commit is contained in:
Timothy Farrell 2026-05-25 22:13:28 +00:00
parent a033c5638d
commit 40a4b0006b

View File

@ -429,7 +429,7 @@ def _render_page(
else:
media_element = (
f'<img class="media" src="{img_url}" '
f'alt="{navigation_data["filename"]}" {data_attrs}>'
f'title="{navigation_data["filename"]}" {data_attrs}>'
)
content = template.substitute(