Ticket #6520 (closed enhancement: worksforme)
Optional question marks in wiki links to non-existant pages
| Reported by: | TerryBrown | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | |
| Severity: | minor | Keywords: | needinfo |
| Cc: |
Description
I think it would be good if the question mark after a link could be suppressed. In IRC someone pointed out this could be a problem with Trac degrading nicely without CSS, but not if it is done like this:
<a class='missing wiki'...>NonExistantPage<span>?</span></a>
so you simple style a.missing span { display: none; } and if the client doesn't have CSS the ? reappears.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


