]> git.ipfire.org Git - thirdparty/libvirt.git/commit
downloads.html.in: Kill useless spaces in <pre/>
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Nov 2016 22:40:27 +0000 (23:40 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 14 Nov 2016 10:03:34 +0000 (11:03 +0100)
commit406270059e9ccfdf996e4c995ea2262256166355
tree21b9c6beb2a1ed70dd45c5e5413829f88a310a1e
parentca515fc8b266c48db220c87024f2bc1282bbd4e1
downloads.html.in: Kill useless spaces in <pre/>

The <pre/> section is rendered as-is on the page. That is, if all
the lines are prefixed with 4 spaces the rendered page will also
have them. Problem is if we put a box around such <pre/> because
the content might not fix into it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/downloads.html.in