Commit 587f75dc authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

erp5_web: fix a typo in WebSite_viewSiteMapAsXML.

parent b8d3c54d
Pipeline #22268 failed with stage
in 0 seconds
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<url tal:repeat="item menu_item/subsection"> <url tal:repeat="item menu_item/subsection">
<loc tal:content="item/url" /> <loc tal:content="item/url" />
<tal:recurse define="menu_item item" tal:condition="nocall:item/subsection"> <tal:recurse define="menu_item item" tal:condition="nocall:item/subsection">
<metal:call use-macro="here/WebSection_viewSiteMapAsXML/macros/generateTree" /> <metal:call use-macro="here/WebSite_viewSiteMapAsXML/macros/generateTree" />
</tal:recurse> </tal:recurse>
</url> </url>
</tal:block> </tal:block>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment