& in umlaute

This commit is contained in:
Sebastian Titz 2021-11-03 07:22:04 +01:00
parent 32c65f7da1
commit 233c9f5aed

View File

@ -7,7 +7,8 @@ function umlaute($str) {
'ä',
'ö',
'ü',
'ß'
'ß',
'&'
), array (
'Ä',
'Ö',
@ -15,7 +16,8 @@ function umlaute($str) {
'ä',
'ö',
'ü',
'ß'
'ß',
'&'
), $str );
}
function chk($str) {