Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 22 Jun 2007 13:26:45 -0000 1.17 +++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 25 Jun 2007 13:45:26 -0000 1.18 @@ -543,7 +543,7 @@ Class create TABLE::ImageField \ -superclass TABLE::Field \ -instproc render-data {line} { - html::a -href $href -style "border-bottom: none;" { + html::a -style "border-bottom: none;" { html::img [$line attlist [my name] {src width height border title alt}] {} } $line render_localizer