Update qt/aqt/about.py

Co-authored-by: llama <gh@siid.sh>
This commit is contained in:
Luc Mcgrady 2025-05-20 14:39:54 +01:00 committed by GitHub
parent a180783ea4
commit 961d5b9700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -225,7 +225,7 @@ def show(mw: aqt.AnkiQt) -> QDialog:
)
)
allusers = [user.replace(" ", "&nbsp") for user in allusers]
allusers = [user.replace(" ", "&nbsp;") for user in allusers]
abouttext += "<p>" + tr.about_written_by_damien_elmes_with_patches(
cont=", ".join(allusers) + f", {tr.about_and_others()}"
)