# HG changeset patch # User df # Date 1232886694 0 # Node ID e30154411e6334987d4f140f91e9ec9c582b2833 # Parent c80353ce6afcbd870e5d0516bb8e2b1200504e60 Even a more cheapy solution, but like this we re at least not changing db data to fit it to the IGB diff -r c80353ce6afc -r e30154411e63 reproctool.cgi --- a/reproctool.cgi Sun Jan 25 12:28:41 2009 +0000 +++ b/reproctool.cgi Sun Jan 25 12:31:34 2009 +0000 @@ -116,10 +116,6 @@ for my $item (@output) { - # Due to some IGB limitations, we cant use escapeHTML(). So the workaround is useing "'s. - my $htmlItemName=$item->{name}; - $htmlItemName=~s/'/"/g; - if ($col == $cols) { print "\n"; @@ -151,7 +147,7 @@ print ""; print "" if defined $link; - print "$htmlItemName"; + print "\"$item-{name}\" />"; print "" if defined $link; print "
"; print "" if defined $colour;