Automatically closed - issue fixed for 2 weeks with no activity.
Text in the 'Privacy info' text, and actually all text in mytube-instance.tpl.php will get umlauts like äüö mangled e.g. instead of 'ü' will be displayed 'ü'
put 'Ihre IP-Adresse wird hierbei an !domain übermittelt.' in the 'Privacy info' text field
$out = new DOMDocument('1.0', 'UTF-8');
$out->loadHTML(mb_convert_encoding(theme('mytube_instance', $variables), 'HTML-ENTITIES', 'UTF-8'));
worked as a remedy
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.