From bc1b27e07eb6d8981bd930361e1863ef2176e47a Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sat, 31 Dec 2011 06:42:01 -0700 Subject: [PATCH] docs: re-fix stray / Commit 6cb4acc reintroduced the bug fixed in commit d145fe3. * docs/formatdomain.html.in (elementsDisks): Fix again. --- docs/formatdomain.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d468299a50..18b7e223a1 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -947,7 +947,7 @@ <devices> <disk type='file' snapshot='external'> <driver name="tap" type="aio" cache="default"/> - <source file='/var/lib/xen/images/fv0'/ startupPolicy='optional'> + <source file='/var/lib/xen/images/fv0' startupPolicy='optional'> <seclabel relabel='no'/> </source> <target dev='hda' bus='ide'/> -- 2.47.2