From: Philipp Hahn Date: Thu, 25 Nov 2010 09:40:07 +0000 (+0100) Subject: Fix broken XML entity for '>' X-Git-Tag: v0.8.6~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338289a6296a23add77101884a366eb6629bd6cf;p=thirdparty%2Flibvirt.git Fix broken XML entity for '>' Add missing 'g' to '>' of '' source-element. Signed-off-by: Philipp Hahn --- diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index 91f70a343d..f13ca6a1f4 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -71,7 +71,7 @@ <host name="iscsi.example.com"/> <device path="demo-target"/> <vendor name="Acme"/> - <product name="model"/&t; + <product name="model"/> </source> ...