You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: titleSs() handles apostrophes correctly, see #453
str.title() treats apostrophes as word boundaries, capitalizing
the following letter (e.g. "page's title" became "Page'S Title").
Apply the same magicword workaround used for 'ß' so apostrophes
are preserved as in-word characters.
This issue was reported in #453.
0 commit comments