I gather you are not using the semantic template, but the tables? as I see tables on the page you link to
to fix this:
change in siteroot/components/com_rsgallery2/templates/tables/display.class.php on line: 1401
echo ",";
into
echo ",<br />";
for the semantic template this is on line 1408