Open salty-horse opened 3 years ago
@salty-horse, yup, I just found this problem myself a couple of days ago. See https://github.com/iftechfoundation/ifdb/issues/119.
I submitted a fix to the underlying issue, but the databases should be scanned for any empty or untrimmed fields in the games table.
When listing all games by lowest rating, this appeared at the top:
The markup is:
<p><a href="viewgame?id=z4pe4wiz6t827c23"><b> </b></a>, by <br></p>
Note the
a
tag is empty. Perhaps in this case, the title should show up as "Untitled", and if there's no author, the "by" should be omittedAlso, maybe delete the entry, and consider not allowing an edit that removes the name completely?