Opened 13 years ago

Closed 13 years ago

#20720 closed Bug (fixed)

Invisible text in "go to previous" link

Reported by: freopen@… Owned by: nobody
Component: *.djangoproject.com Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On page ​https://docs.djangoproject.com/en/dev/topics/templates/ in "go to previous page" link the word "Media" is written with green font so it's impossible to read it.
http://i.imgur.com/ODGw4lZ.png

Change History (2)

comment:1 by Tim Graham, 13 years ago

Component: Documentation → *.djangoproject.com
Triage Stage: Unreviewed → Accepted

comment:2 by Tim Graham <timograham@…>, 13 years ago

Resolution: → fixed
Status: new → closed

In 2d7ed8c0d675352033139b8a8575de69a69838b6/djangoproject.com:

Fixed #20720 -- Fixed invisible literals in the next/previous doc links.

Thanks freopen@ for the report.

Note: See TracTickets for help on using tickets.
Back to Top