Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1278 → Rev 1279

/trunk/plugins/viathinksoft/publicPages/095_attachments/OIDplusPagePublicAttachments.class.php
490,8 → 490,10
'<div class="container box">' .
$output .
'</div>';
if ($doshow) $text .= $output;
if ($doshow) {
$text = str_replace('<!-- MARKER 5 -->', '<!-- MARKER 5 -->'.$output, $text);
}
}
 
/**
* Implements interface INTF_OID_1_3_6_1_4_1_37476_2_5_2_3_3