]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: remove use of   in docs
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 26 Jul 2017 16:49:15 +0000 (17:49 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 2 Aug 2017 16:00:11 +0000 (17:00 +0100)
commit4d809d77888ab48773b533e855a531d0b323167e
tree114590c24590d47b3566d20adcb64476e06da050
parent2e688f731678edaf0d0ebc8648d1d56b36c3a105
docs: remove use of &nbsp; in docs

Some docs pages were using <p>&nbsp;</p> to add arbitrary whitespace
in the page. This is something that should be done by CSS if needed,
but it is not needed here, so delete it.

There was also use of <td>&nbsp;</td> which adds no value at all
when we have CSS to prettify tables.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
docs/csharp.html.in
docs/virshcmdref.html.in