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">
|
<metal:meta define-macro="meta">
|
||||||
<meta tal:attributes="name macro/name;
|
<meta tal:attributes="name macro/metaName;
|
||||||
content macro/content" />
|
content macro/metaContent" />
|
||||||
</metal:meta>
|
</metal:meta>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue