i sure do like formatting code

This commit is contained in:
Miles Lott 2001-12-11 01:20:45 +00:00
parent 7143511e21
commit f0f01eefd5

View File

@ -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";