]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
src/allmydata/web/directory.py: fix HTML double-encoding issue for filenames.
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Thu, 25 Oct 2012 00:01:25 +0000 (01:01 +0100)
committerDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Thu, 25 Oct 2012 00:01:25 +0000 (01:01 +0100)
commit1df7f114b7094dab8d7ffea8b390b10c0070b0fd
treec25dd4d9e93176d3ba0459d62343539f63021f3a
parent05d0b8b5b9247e1d0541e58250a81df89d5c9115
src/allmydata/web/directory.py: fix HTML double-encoding issue for filenames.

Nevow automatically HTML-escapes strings passed in stan without a raw marker.
Written by MK_FG. fixes #1143

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
src/allmydata/test/test_web.py
src/allmydata/web/directory.py