comparison reproctool.cgi @ 54:7e8040e64051 default tip

removed stray text
author df
date Tue, 03 Feb 2009 11:53:35 +0000
parents 421e17de31af
children
comparison
equal deleted inserted replaced
53:421e17de31af 54:7e8040e64051
371 else 371 else
372 { 372 {
373 $text = pretty_numbers($item->{reprocessIsk}); 373 $text = pretty_numbers($item->{reprocessIsk});
374 } 374 }
375 375
376 $alt .= " ($item->{reprocessDetails}) (ISK)"; 376 $alt .= " ($item->{reprocessDetails})";
377 } 377 }
378 else 378 else
379 { 379 {
380 $text = 'Unknown item'; 380 $text = 'Unknown item';
381 $img = "typeicon:07_15"; 381 $img = "typeicon:07_15";