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