2
I still notice extra spaces / linefeeds in several files (smarty nearly all) after the closing ?>.
This COULD lead to problems (sometimes eventually)...
class/soap/soapfactory.php line instead of:
le="color: #000000"><?php if (file_exists($GLOBALS['xoops']->path('class/soap/'.strtolower(XOOPS_SOAP_LIB).'/'.strtolower(XOOPS_SOAP_LIB).'.php'))
must be:
le="color: #000000"><?php if (file_exists($GLOBALS['xoops']->path('class/soap/'.strtolower(XOOPS_SOAP_LIB).'/'.strtolower(XOOPS_SOAP_LIB).'.php')))
class/auth/auth_ads.php line 93 instead of:
le="color: #000000"><?php else {
must be:
le="color: #000000"><?php } else {
class/auth/auth_ldap.php line 146 instead of:
le="color: #000000"><?php else {
must be:
le="color: #000000"><?php } else {
edit: added to bug tracker