Changeset 4837

Show
Ignore:
Timestamp:
06/28/08 17:41:18 (5 months ago)
Author:
brunojm
Message:

xml content via py:replace

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/project_code/Wiki-20/wiki20/templates/page.html

    r4836 r4837  
    2929<div py:replace="wikipage.data">Page text goes here.</div> 
    3030<!-- ## --> 
    31 <div py:replace=”XML(content)”>Formatted content goes here.</div> 
     31<div py:replace="XML(content)">Formatted content goes here.</div> 
    3232<a href="/edit/${wikipage.pagename}">Edit this page</a> 
    3333</div>