Changes between Version 3 and Version 4 of WikiLastModifiedPatch
- Timestamp:
- 12/23/08 07:04:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiLastModifiedPatch
v3 v4 25 25 <div py:match="div[@id='content' and @class='wiki']" py:attrs="select('@*')"> 26 26 ${select('*')} 27 <div class="lastmodified">Last modified by ${ authorinfo(page.author)}, ${format_datetime(page.time)} (${dateinfo(page.time)} ago)</div>27 <div class="lastmodified">Last modified by ${format_author(page.author)}, ${format_datetime(page.time)} (${dateinfo(page.time)} ago)</div> 28 28 </div> 29 29 48 48 == Recent Changes == 49 49 50 * replaced `authorinfo` by `format_author`, since the former caused errors on wiki page deletion 50 51 [[ChangeLog(wikilastmodifiedpatch, 3)]] 51 52

