Opened 13 years ago
Closed 13 years ago
#264 closed defect (bug) (fixed)
Trac: Stray dot next to "leave as new"
| Reported by: | SergeyBiryukov | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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; }