about summary refs log tree commit diff
path: root/tests/setup.sh
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2011-05-24 20:38:40 +0200
committerLars Hjemli <hjemli@gmail.com>2011-05-30 23:55:19 +0200
commit69382320d96232ee8c73e664797da61e733c2427 (patch)
tree7f1d53505859cc6e15b261249a22d1604b3cd037 /tests/setup.sh
parentfix virtual-root if script-name is "" (diff)
downloadcgit-pink-69382320d96232ee8c73e664797da61e733c2427.tar.gz
cgit-pink-69382320d96232ee8c73e664797da61e733c2427.zip
Properly escape ampersands inside HTML attributes
Ampersands ("&") appearing inside HTML attributes need to be translated
to "&amp;". Otherwise, invalid XHTML will be generated at various
places, such as at tree views containing links to submodules.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'tests/setup.sh')
0 files changed, 0 insertions, 0 deletions
33830660e803ef71cb0&follow=1'>cgit.c: free tmp variableJason A. Donenfeld 2014-01-17Switch to exclusively using global ctxLukas Fleischer 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer