vesta-webtrees-2-custom-modules / vesta_classic_laf

Vesta Classic Look & Feel (Webtrees 2 Custom Module)
https://cissee.de/
GNU General Public License v3.0
17 stars 2 forks source link

Display of nicknames #111

Closed HRN65 closed 1 year ago

HRN65 commented 1 year ago

If "Display nicknames before surnames" is ticked, the the nickname is correctly displayed in quotation marks in all languages except in British English See screenshot of American English and British English:

American_English British_English

ric2016 commented 1 year ago

Note that the quotes are added via css (you can see this in the browser dev tools).

Vesta doesn't change anything here, also I cannot reproduce this. Check whether this also occurs with Vesta disabled - Your css file may be corrupted, or it could be a browser issue I guess.

HRN65 commented 1 year ago

As webtrees no longer display Nickname in this manner, I thought it was caused by this add on. Searching further, I found the error in my fab.min.css: [lang=en-AU] q,[lang=en-GB] q{quotes:"‘" "’" "“" "”"}

Replacing fab.min.css solved the problem