URL's href should not be mangled
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-oops-tools |
Triaged
|
Low
|
Unassigned |
Bug Description
In the oops page, when the URL is very long, it's mangled (cut in the middle and put some "..." in it).
This is ok for the URL shown, but the destination should not be touched.
This is an example of this.
<li>URL: <a href="http%
In short, there it is:
<li>URL: <a href="mangled-
And it should be:
<li>URL: <a href="untouched
Changed in python-oops-tools: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: oops |
tags: | removed: oops |