]> git.cameronkatri.com Git - cgit.git/commit
html.c: use correct escaping in html attributes
authorLars Hjemli <hjemli@gmail.com>
Thu, 29 Jan 2009 21:21:15 +0000 (22:21 +0100)
committerLars Hjemli <hjemli@gmail.com>
Thu, 29 Jan 2009 21:21:15 +0000 (22:21 +0100)
commit7efcef00b5aadf22f5be80ecd7b736398cf7f6b4
tree6bfdb7c5499ba43eb9b302394adc7bfa7e517436
parentba75f6613ebce2d716334d912932f1bd78ef124f
html.c: use correct escaping in html attributes

First, an apostrophe is not a quote. Second, we also need to escape
quotes. And finally, quotes are encoded as '&quot;', not '&quote;'.

Sighned-off-by: Lars Hjemli <hjemli@gmail.com>
html.c