Index: openacs-4/packages/xowiki/tcl/link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/link-procs.tcl,v diff -u -N -r1.96.2.9 -r1.96.2.10 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 15 Dec 2016 19:27:40 -0000 1.96.2.9 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 19 Dec 2016 19:37:07 -0000 1.96.2.10 @@ -235,7 +235,7 @@ set result "" # this can be used into templates as id to safely attach event # handlers to elements - set :timed_id [clock microseconds] + set timed_id [clock microseconds] if {$with_link} {append result [subst [my link_template]]} if {$with_body} {append result [subst [my body_template]]} return $result