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.47 -r1.48 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 8 Oct 2024 14:20:18 -0000 1.47 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 28 Dec 2024 15:46:10 -0000 1.48 @@ -1013,7 +1013,7 @@ } }, true); // In case the page has changed before the button was re-enabled - // and the user uses the brower's back button, we have to establish + // and the user uses the browser's back button, we have to establish // a clickable state. e.addEventListener('focus', function(event) { oacs_reenable_double_click_handler(event.target || event.srcElement);