This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: hg.python.org doesn't escape title attributes in annotate view
Type: behavior Stage: resolved
Components: None Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, georg.brandl, nneonneo, pitrou
Priority: normal Keywords:

Created on 2012-01-23 22:56 by nneonneo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg151860 - (view) Author: Robert Xiao (nneonneo) * Date: 2012-01-23 22:56
On hg.python.org, the "annotate" view doesn't properly escape the title attribute of the <a> elements, resulting in breakage on the left column:

http://hg.python.org/cpython/annotate/728cfc671d15/Modules/Setup.config.in
msg151861 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-01-23 23:03
This is more of a Mercurial issue than a Python issue, so I suggest you report it at http://mercurial.selenic.com/bts/ instead. Thanks!
msg151863 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-01-23 23:17
Quickfixed it locally now.  Let's hope hg itself fixes it more comprehensively.
msg151864 - (view) Author: Robert Xiao (nneonneo) * Date: 2012-01-23 23:36
My testing suggests that this issue is already fixed in Mercurial itself, since using "hg serve" on a local copy gives the expected result. Thus, the problem is probably with hg.python.org's local installation.
History
Date User Action Args
2022-04-11 14:57:26adminsetgithub: 58052
2012-01-23 23:41:48ezio.melottisetnosy: + ezio.melotti

stage: resolved
2012-01-23 23:36:42nneonneosetmessages: + msg151864
2012-01-23 23:17:24georg.brandlsetmessages: + msg151863
2012-01-23 23:03:20pitrousetstatus: open -> closed

nosy: + georg.brandl, pitrou
messages: + msg151861

resolution: not a bug
2012-01-23 22:56:24nneonneocreate