docs: remove bogus 'shape' attribute on links

The 'shape' attribute on <a> is used together with a 'coords'
attribute to create hot-zones in image maps. We're not using
image maps so our inclusion of a 'shape' attribute is bogus.
Furthermore this is forbidden in HTML5.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2017-07-26 18:18:16 +01:00
parent 17160a705a
commit 3f7b5a4274
12 changed files with 40 additions and 40 deletions

View File

@@ -10,9 +10,9 @@
A similar list for <a href="news-2007.html">2007</a> is also available.
</p>
<p>It is also possible to just use
the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
the <a href="downloads.html">GIT version or snapshot</a>,
contact the mailing list and check
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
to gauge progress.
</p>