Index: openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/Attic/xowiki-portlet-procs.tcl,v diff -u -r1.39 -r1.40 --- openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 30 Mar 2007 14:13:40 -0000 1.39 +++ openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 3 Apr 2007 19:17:17 -0000 1.40 @@ -144,10 +144,14 @@ set link [expr {[string match "*:*" $name] ? "$title" : $title}] - return "
\ - $link
\ -
$html
" - } + return [subst [[self class] set template]] + } -set template [expr {[apm_version_names_compare [ad_acs_version] 5.3.0] == 1 ? + {
+
$link
+
$html
+ } : {
$link
+
[next]
} + }] Class ::xowiki::portlet::decoration=plain -instproc render {} { set class [namespace tail [my info class]] set id [expr {[my exists id] ? "id='[my id]'" : ""}]