Merge branch 'bug-66817/ku_udfs'

This commit is contained in:
Andreas Österreicher
2025-08-29 11:41:15 +02:00
+1
View File
@@ -122,6 +122,7 @@ class PhrasesLib
$tmpText = substr($tmpText, 0, strlen($tmpText) - 4);
}
}
$tmpText = str_replace(['<span class="caps">', '</span>'], '', $tmpText);
$result->retval[$i]->text = $tmpText;
}