Opened 12 years ago
Closed 12 years ago
#264 closed defect (bug) (fixed)
Trac: Stray dot next to "leave as new"
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
See the screenshot. The markup:
<label for="action_leave">leave</label> as new <span class="hint">.</span>
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Yeah, that's bothered me for years. This is a rendering bug in Trac. I've thought about hiding it with CSS. Could be done with:
#action_leave + label + span.hint { display: none; }