use prefix 'meta' for attribute names to avoid name clashes

This commit is contained in:
Helmut Merz 2011-12-01 08:40:55 +01:00
parent ab20786f34
commit e9fedc542e

View file

@ -11,8 +11,8 @@
<metal:meta define-macro="meta">
<meta tal:attributes="name macro/name;
content macro/content" />
<meta tal:attributes="name macro/metaName;
content macro/metaContent" />
</metal:meta>