Edgewall Software

Changes between Version 44 and Version 45 of WikiMacros


Ignore:
Timestamp:
Apr 28, 2014, 5:03:13 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Use strong tag rather than b tag, since the latter is generally not recommended.

Legend:

Unmodified
Added
Removed
Modified
  • WikiMacros

    v44 v45  
    104104    def expand_macro(self, formatter, name, text):
    105105        t = datetime.now(utc)
    106         return tag.b(format_datetime(t, '%c'))
     106        return tag.strong(format_datetime(t, '%c'))
    107107}}}
    108108