Making WordPress.org

Opened 11 years ago

Closed 11 years ago

#264 closed defect (bug) (fixed)

Trac: Stray dot next to "leave as new"

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: nacin's profile nacin
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)

meta-264.png (2.1 KB) - added by SergeyBiryukov 11 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
11 years ago

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;
}

#2 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 217:

Trac: Hide stray dot next to 'Leave as new' action. fixes #264.

Note: See TracTickets for help on using tickets.