Fixed special chars not replaced in bible sources
This commit is contained in:
parent
ec3a219448
commit
8ec317b07d
@ -59,6 +59,8 @@ void showDailyText(String losung, String lehrtext, String losungPosition, String
|
|||||||
// clean the strings for
|
// clean the strings for
|
||||||
losung = replaceSpecialChars(losung);
|
losung = replaceSpecialChars(losung);
|
||||||
lehrtext = replaceSpecialChars(lehrtext);
|
lehrtext = replaceSpecialChars(lehrtext);
|
||||||
|
losungPosition = replaceSpecialChars(losungPosition);
|
||||||
|
lehrtextPosition = replaceSpecialChars(lehrtextPosition);
|
||||||
|
|
||||||
// position vars
|
// position vars
|
||||||
int text_x = 0;
|
int text_x = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user