Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.77 -r1.78 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 25 Feb 2007 10:34:11 -0000 1.77 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 26 Feb 2007 07:43:58 -0000 1.78 @@ -729,6 +729,16 @@ return "$image

[$t asHTML]

\n

$description

" } + PodcastItem instproc get_content {} { + set content [next] + append content + return $content + } + # # PageTemplate specifics #