From 338289a6296a23add77101884a366eb6629bd6cf Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Thu, 25 Nov 2010 10:40:07 +0100 Subject: [PATCH] Fix broken XML entity for '>' Add missing 'g' to '>' of '' source-element. Signed-off-by: Philipp Hahn --- docs/formatstorage.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> ...