Index: openacs-4/packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl 22 Aug 2002 03:13:24 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl 10 Jan 2007 21:22:13 -0000 1.4 @@ -42,7 +42,7 @@ # First, let's set the name variable, which can be displayed in your template using # the @name@ marker -#if {![info exists name] || $name == ""} { +#if {![info exists name] || $name eq ""} { set name "(Your Name)" #}