Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -r1.45.2.13 -r1.45.2.14 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 19 Dec 2019 19:08:34 -0000 1.45.2.13 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 6 Feb 2020 04:57:51 -0000 1.45.2.14 @@ -772,7 +772,7 @@ foreach name [array names links] { lassign [split $name ,] rel href if {[::template::head::included_p $href]} { - template::head::flush_link -href $ref -rel $rel + template::head::flush_link -href $href -rel $rel } }