mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 23:48:28 +01:00
i sure do like formatting code
This commit is contained in:
parent
7143511e21
commit
f0f01eefd5
@ -308,9 +308,10 @@
|
|||||||
|
|
||||||
$s .= '<tr>' . "\n";
|
$s .= '<tr>' . "\n";
|
||||||
$s .= '<td width="8">' . $image_set . '</td>' . "\n";
|
$s .= '<td width="8">' . $image_set . '</td>' . "\n";
|
||||||
$s .= '<td>' . $space_set . '<a href="' . $GLOBALS['phpgw']->link($site_link,'cat_id=' . $cats[$i]['id']) . '">' . $GLOBALS['phpgw']->strip_html($cats[$i]['name'])
|
$s .= '<td>' . $space_set . '<a href="' . $GLOBALS['phpgw']->link($site_link,'cat_id=' . $cats[$i]['id']) . '">'
|
||||||
. '</a></td>' . "\n";
|
. $GLOBALS['phpgw']->strip_html($cats[$i]['name'])
|
||||||
$s .= '</tr>' . "\n";
|
. '</a></td>' . "\n"
|
||||||
|
. '</tr>' . "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$s .= '</table>' . "\n";
|
$s .= '</table>' . "\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user