[ZPT] CVS: Packages/TAL - test16.html:1.2

guido@digicool.com guido@digicool.com
Thu, 17 May 2001 20:42:09 -0400 (EDT)


Update of /cvs-repository/Packages/TAL/tests/input
In directory korak.digicool.com:/tmp/cvs-serv17354/tests/input

Modified Files:
	test16.html 
Log Message:
Rename tagDict opcode to rawAttrs, and rename the 'tag' variable to 'attrs'.


--- Updated File test16.html in package Packages/TAL --
--- test16.html	2001/05/17 04:17:22	1.1
+++ test16.html	2001/05/18 00:42:08	1.2
@@ -1,2 +1,2 @@
 <a href="valid/link.html" 
-   tal:attributes="href python:'/base/' + tag['href']">blah, blah</a>
+   tal:attributes="href python:'/base/' + attrs['href']">blah, blah</a>