XHTML bugfixes
This commit is contained in:
parent
4ff015bda0
commit
421585937f
10 changed files with 12 additions and 11 deletions
|
|
@ -240,7 +240,7 @@ sub www_listLDAPLinks {
|
|||
$sth->finish;
|
||||
$p = WebGUI::Paginator->new(WebGUI::URL::page('op=listLDAPLinks'));
|
||||
$p->setDataByArrayRef(\@row);
|
||||
$output .= '<table border=1 cellpadding=3 cellspacing=0 align="center">';
|
||||
$output .= '<table border="1" cellpadding="3" cellspacing="0" align="center">';
|
||||
$output .= $p->getPage;
|
||||
$output .= '</table>';
|
||||
$output .= $p->getBarTraditional;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue