Commit 12774568 authored by Evan Simpson's avatar Evan Simpson

Fix minor typo in default template code.

parent 5d645926
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<h2><span tal:replace="here/title_or_id">content title or id</span> <h2><span tal:replace="here/title_or_id">content title or id</span>
<span tal:condition="template/title" <span tal:condition="template/title"
tal:replace="template/title">optional template id</span></h2> tal:replace="template/title">optional template title</span></h2>
This is Page Template <em tal:content="template/id">template id</em>. This is Page Template <em tal:content="template/id">template id</em>.
</body> </body>
......
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