[libvirt] [PATCH] docs: Fix spice documentation typo

We missed ending tag for paragraph element --- docs/formatdomain.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 269fc30..a54ee6a 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1989,7 +1989,7 @@ qemu-kvm -net nic,model=? /dev/null the <code>copypaste</code> property to <code>no</code>, <span class="since">since 0.9.3</span>. - </> + </p> </dd> <dt><code>"rdp"</code></dt> <dd> -- 1.7.5.rc3

于 2011年07月18日 17:33, Michal Privoznik 写道:
We missed ending tag for paragraph element --- docs/formatdomain.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 269fc30..a54ee6a 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1989,7 +1989,7 @@ qemu-kvm -net nic,model=? /dev/null the<code>copypaste</code> property to<code>no</code>,<span class="since">since 0.9.3</span>. -</> +</p> </dd> <dt><code>"rdp"</code></dt> <dd>
ACK Osier

On 18.07.2011 12:00, Osier Yang wrote:
于 2011年07月18日 17:33, Michal Privoznik 写道:
We missed ending tag for paragraph element --- docs/formatdomain.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 269fc30..a54ee6a 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1989,7 +1989,7 @@ qemu-kvm -net nic,model=? /dev/null the<code>copypaste</code> property to<code>no</code>,<span class="since">since 0.9.3</span>. -</> +</p> </dd> <dt><code>"rdp"</code></dt> <dd>
ACK
Osier Thanks, pushed.
Michal
participants (2)
-
Michal Privoznik
-
Osier Yang