sivann / itdb

IT Items Database
http://www.sivann.gr/software/itdb/
GNU General Public License v3.0
153 stars 104 forks source link

Small bug in editsoftware.php affecting the type column's formatting in item association #35

Closed Longshot123 closed 8 years ago

Longshot123 commented 9 years ago

There is a small bug in editsoftware.php that is messing up the formatting of the editsoftware->item association 'type' column that makes the column basically unreadable. Removing $attr from line 479 fixes the problem.

Before: image

After: image

sivann commented 8 years ago

thanks, fixed.