diff options
author | Justin Clift <jclift@redhat.com> | 2010-09-16 20:07:19 +1000 |
---|---|---|
committer | Justin Clift <jclift@redhat.com> | 2010-09-17 00:41:08 +1000 |
commit | 5bc4307597d382ab8a951feee0daf13439926238 (patch) | |
tree | 9c4b40bc6e64edba42ac904a348725b8001d199e /docs/downloads.html.in | |
parent | 8ae354f41bc1376ac002792da48499a4179da1d2 (diff) | |
download | libvirt-5bc4307597d382ab8a951feee0daf13439926238.tar.gz |
docs: fix the xml validity errors regarding name and id
Got sick of seeing the "validity error : ID Objects already defined"
errors, which this patch addresses.
Diffstat (limited to 'docs/downloads.html.in')
-rw-r--r-- | docs/downloads.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/downloads.html.in b/docs/downloads.html.in index 2ce10486b0..4b37d07b82 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -91,7 +91,7 @@ <h1>libvirt Installation</h1> - <h2><a name="Compilatio" id="Compilatio">Compilation</a></h2> + <h2><a name="Compilatio">Compilation</a></h2> <p> libvirt uses the standard configure/make/install steps: |