Use non breaking spaces for names on about page (#4025)

* use non breaking spaces for names on about page

* Update qt/aqt/about.py

Co-authored-by: llama <gh@siid.sh>

---------

Co-authored-by: llama <gh@siid.sh>
This commit is contained in:
Luc Mcgrady 2025-05-22 13:55:15 +01:00 committed by GitHub
parent ec513dfde7
commit 8694b3b410
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -225,6 +225,7 @@ def show(mw: aqt.AnkiQt) -> QDialog:
)
)
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()}"
)