Changes between Version 3 and Version 4 of WikiMacros
- Timestamp:
- 2014-11-03T18:23:54+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiMacros
v3 v4 102 102 def expand_macro(self, formatter, name, text): 103 103 t = datetime.now(utc) 104 return tag. b(format_datetime(t, '%c'))104 return tag.strong(format_datetime(t, '%c')) 105 105 }}} 106 106
