Use &amp entity instead of bare ampersand in text
commit97d419df553d7e6986967747ec1402f4531f9f82
authorDaniel Gustafsson <daniel@yesql.se>
Wed, 13 Dec 2017 10:34:46 +0000 (13 11:34 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 13 Dec 2017 20:05:28 +0000 (13 21:05 +0100)
treee5e4fb0e347305f9739f2274099b1d226b962cb7
parent9bd151082e045d613ac2ae889f8a62125d71d452
Use &amp entity instead of bare ampersand in text

Using a bare '&' in text elements is sometimes Ok, but always
generate warnings in validation checks. Move to using the amp
entity which is the recommended way to render '&' in xhtml.
templates/pages/about/press/presskit90/en.html
templates/pages/download/linux/debian.html
templates/pages/download/linux/redhat.html
templates/pages/download/windows.html