Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 820 → Rev 821

/trunk/plugins/viathinksoft/publicPages/200_viathinksoft_freeoid/OIDplusPagePublicFreeOID.class.php
223,7 → 223,7
$tos = '';
if (!empty($js)) $tos .= "<script>\n$js\n</script>";
if (!empty($css)) $tos .= "<style>\n$css\n</style>";
$tos .= $html;
$tos .= stripHtmlComments($html);
 
$tos = str_replace('{{ADMIN_EMAIL}}', OIDplus::config()->getValue('admin_email'), $tos);
if ($obj) {