]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-wernis_portal.php
RDF/RSS parser fixed:
[mailer.git] / inc / modules / guest / what-wernis_portal.php
index 273dd233629dfcf5c8adf5465c683c602b18ea57..9a680e8bf575f6a8c5d9a0d6215aec953e925323 100644 (file)
@@ -54,6 +54,7 @@ if ((!isExtensionActive('wernis')) && (!isAdmin())) {
 // Init PDF/RDF parser class
 $rdf = new fase4_rdf();
 $rdf->_use_nl2br = FALSE;
+$rdf->_finishCallback = 'compactContent';
 $rdf->use_dynamic_display(FALSE);
 $rdf->set_CacheDir(getCachePath() . '');
 $rdf->set_salt(md5(getSiteKey()));