Changeset 171
- Timestamp:
- 03/30/06 04:57:29 (3 years ago)
- Files:
-
- trunk/pyramid/page.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pyramid/page.py
r163 r171 40 40 ''' 41 41 return self.data 42 43 def render_htmlquote(self, ctx, data): 44 ''' quote the input ''' 45 data = data.replace('&','&').replace('>','>').replace('<','<') 46 return data 42 47 43 48 def render_tree(self,ctx,data):
