Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 807 → Rev 808

/trunk/plugins/viathinksoft/publicPages/100_whois/OIDplusPagePublicWhois.class.php
110,7 → 110,7
}
 
if ($whois_server != '') {
$out['text'] .= '<h2>'._L('WHOIS/OID-IP access').'</h2>';
$out['text'] .= '<br><h2>'._L('WHOIS/OID-IP access').'</h2>';
$out['text'] .= '<p>'._L('You can use any WHOIS compatible client to query the information from the WHOIS/OID-IP port.').'</p>';
$out['text'] .= '<p>'._L('The hostname and port number is:').'</p>';
$out['text'] .= '<p><pre>'.htmlentities($whois_server).'</pre></p>';