# HG changeset patch # User Daniele Nicolodi # Date 1322155493 -3600 # Node ID 32fda28194d648da63c57027e32bf5c41cb5c59c # Parent 694acf75447fcec8dadf28d4dc8739afd6ac66e5 Fix rendering issue in Webkit based browsers. diff -r 694acf75447f -r 32fda28194d6 src/ltpdarepo/templates/objs.html --- a/src/ltpdarepo/templates/objs.html Thu Nov 24 17:31:32 2011 +0100 +++ b/src/ltpdarepo/templates/objs.html Thu Nov 24 18:24:53 2011 +0100 @@ -25,7 +25,7 @@ {% for obj in objs %} - + {% for field in fields %} {% if field in ('id', 'name') %} {{ obj[field] }}