use prefix 'meta' for attribute names to avoid name clashes
This commit is contained in:
parent
ab20786f34
commit
e9fedc542e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue