mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user