Index: openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl,v diff -u -r1.1.2.17 -r1.1.2.18 --- openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl 11 Aug 2024 07:34:45 -0000 1.1.2.17 +++ openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl 17 Aug 2024 17:07:30 -0000 1.1.2.18 @@ -98,18 +98,16 @@ # We just need the CSS file, which is on the CDN in the # "font" directory. # - set prefix $cdn/ajax/libs/bootstrap-icons/$version/font + set prefix ${cdn}ajax/libs/bootstrap-icons/$version/font # # Use always the minified version over the CDN # - dict set URNs urn:ad:css:bootstrap-icons bootstrap-icons.min.css - - set cspMap [subst { - urn:ad:css:bootstrap-icons { - style-src $cdnHost - font-src $cdnHost - }}] + dict set URNs urn:ad:css:bootstrap-icons bootstrap-icons.min.css + dict set cspMap urn:ad:css:bootstrap-icons [subst { + style-src $cdnHost + font-src $cdnHost + }] } #