Index: openacs-4/packages/acs-templating/tcl/tag-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-init.tcl,v diff -u -N -r1.49.2.31 -r1.49.2.32 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 17 Jul 2023 17:26:43 -0000 1.49.2.31 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 18 Jul 2023 10:27:44 -0000 1.49.2.32 @@ -1070,7 +1070,7 @@ set tag [ns_set iget $params tag button] switch $tag { "button" {set attributes " type='[ns_set iget $params type button]'"} - "a" {set attributes " type='[ns_set iget $params href #]'"} + "a" {set attributes " href='[ns_set iget $params href #]'"} default {set attributes ""} } append attributes \