Edgewall Software

Opened 10 years ago

Last modified 10 years ago

#11598 closed enhancement

Replace b tags — at Initial Version

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.0.2
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

There are several instances of b tags that should probably be replaced with strong tags.

The codebase was inspected after comment:12:ticket:6634:

$ grep -r tag.\b\(
sample-plugins/Timestamp.py:        return tag.b(format_datetime(t, '%c'))
trac/notification.py:                    "configuration.", from_=tag.b('[notification] smtp_from'),
trac/notification.py:                    reply_to=tag.b('[notification] smtp_replyto')))))
trac/timeline/web_ui.py:                  tag.b(exception_to_unicode(exc)), class_='message'),
trac/wiki/intertrac.py:                yield tag.tr(tag.td(tag.b(prefix)),
trac/wiki/intertrac.py:                             tag.td('Alias for ', tag.b(intertrac)))
trac/wiki/intertrac.py:                    yield tag.tr(tag.td(tag.a(tag.b(prefix),
trac/wiki/default-pages/WikiMacros:        return tag.b(format_datetime(t, '%c'))
trac/versioncontrol/web_ui/changeset.py:                [tag.li(tag.b(path) if isdir else path)

Change History (0)

Note: See TracTickets for help on using tickets.