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.6 -r1.1.2.7 --- openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl 1 Dec 2023 08:02:45 -0000 1.1.2.6 +++ openacs-4/packages/bootstrap-icons/tcl/resource-init.tcl 1 Dec 2023 08:50:50 -0000 1.1.2.7 @@ -20,11 +20,14 @@ } else { # # Unfortunately, the structure of the distributed .zip file is - # version dependent: Versions greater or equal to 1.10.4 and less - # than 1.11.1 require a "font" in the path. + # version dependent: Versions greater or equal to 1.10.4, with the + # exception of versions 1.11.0 and 1.11.1 require a "font" in the + # path. # - if {[apm_version_names_compare $::bootstrap_icons::version 1.10.4] >= 0 - && [apm_version_names_compare $::bootstrap_icons::version 1.11.1 ] < 0 } { + if { + $::bootstrap_icons::version ni {"1.11.0" "1.11.1"} && + [apm_version_names_compare $::bootstrap_icons::version 1.10.4] >= 0 + } { # # Adding "font" to the path. #