]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix HTML errors in nwfilter docs
authorEric Blake <eblake@redhat.com>
Tue, 25 May 2010 23:20:51 +0000 (17:20 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 25 May 2010 23:33:21 +0000 (17:33 -0600)
commit6e6acb776baf65b8c8d73a2a321b52d3770f2910
tree85cb22b1acd75041471fcffe5195bedcb884e425
parent8d9c7a93bcbad1cb80134715ebc88f8534e6131e
build: fix HTML errors in nwfilter docs

A build on Ubuntu reported:

|| Generating formatnwfilter.html.tmp
/dados/develop/libvirt/docs/formatnwfilter.html.in|390| HTML parser error : Unexpected end tag : p
||     </p>
||         ^
/dados/develop/libvirt/docs/formatnwfilter.html.in|705| HTML parser error : Unexpected end tag : code
||          <td>End of range of valid source ports</code></td>
||                                                       ^
/dados/develop/libvirt/docs/formatnwfilter.html.in|710| HTML parser error : Unexpected end tag : code
||          <td>Start of range of valid destination ports</code></td>
||                                                              ^

* docs/formatnwfilter.html.in: Fix invalid HTML constructs.
Reported by Eduardo Otubo.
docs/formatnwfilter.html.in