Index: openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl,v diff -u -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl 1 Dec 2023 09:57:36 -0000 1.1.2.9 +++ openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl 30 Jul 2024 10:25:44 -0000 1.1.2.10 @@ -16,15 +16,16 @@ lappend ::security::csp::default_directives \ style-src [dict get $resource_info cdnHost] \ font-src [dict get $resource_info cdnHost] - + } else { # # Unfortunately, the structure of the distributed .zip file is a # moving target. Sometimes, a sub folder "fonts" is used, # sometimes, minifiled versions are included. Check in the # filesystem, what we have actually got. # - set fspath [dict get $resource_info resourceDir]/bootstrap-icons-$::bootstrap_icons::version + set version [dict get $resource_info configuredVersion] + set fspath [dict get $resource_info resourceDir]/bootstrap-icons-$version # # Do we have the subdirectory "font"? If yes, use it.