diff --git a/htdocs/comm/action/index.php3 b/htdocs/comm/action/index.php3 index 2aefcf50e90..ac874682520 100644 --- a/htdocs/comm/action/index.php3 +++ b/htdocs/comm/action/index.php3 @@ -137,7 +137,7 @@ $sql .= " WHERE a.fk_soc = $socid AND c.id=a.fk_action AND a.fk_user_author = u. if ( $db->query($sql) ) { $num = $db->num_rows(); $i = 0; - print ""; + print '
'; print ''; print ''; print "";
DateAction