Index: openacs-4/packages/dotlrn/www/community-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit-2.tcl,v diff -u -N -r1.23 -r1.23.2.1 --- openacs-4/packages/dotlrn/www/community-edit-2.tcl 29 Jun 2018 17:27:19 -0000 1.23 +++ openacs-4/packages/dotlrn/www/community-edit-2.tcl 22 Oct 2019 07:57:56 -0000 1.23.2.1 @@ -151,7 +151,7 @@ set header_font_fragment "" } else { set header_font_text $header_font - # CSS requies quoting of font names with spaces + # CSS requires quoting of font names with spaces if {![regexp "^'.*'$" $header_font]} { set header_font "'$header_font'" }