Skip to content

Commit

Permalink
fix bad HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Feb 7, 2023
1 parent 78b330b commit e706551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def gallery_fmt(f):
if gallery_files[f]:
res = '<a href="%s">%s</a>' % (urlify_gallery(f), gallery_name(f))
else:
res = '<font color="#9999FF" title="inactive">%s</a>' % gallery_name(f)
res = '<font color="#9999FF" title="inactive">%s</font>' % gallery_name(f)
return res

for label in sorted(labels):
Expand Down

0 comments on commit e706551

Please sign in to comment.