WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Added missing quote to HTML output.

# HG changeset patch
# User emellor@ewan
# Node ID d78d2fa50703a37a3f6d68fcde8f2aafda87d8a8
# Parent  a65cdee92c0f5ce1c8240710b258013f9827002e
Added missing quote to HTML output.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r a65cdee92c0f -r d78d2fa50703 tools/python/xen/xend/server/SrvNode.py
--- a/tools/python/xen/xend/server/SrvNode.py   Wed Sep 28 12:43:07 2005
+++ b/tools/python/xen/xend/server/SrvNode.py   Wed Sep 28 12:43:33 2005
@@ -62,7 +62,7 @@
             for d in self.info():
                 req.write('<li> %10s: %s' % (d[0], str(d[1])))
             req.write('<li><a href="%sdmesg">Xen dmesg output</a>' % url)
-            req.write('<li><a href="%slog>Xend log</a>' % url)
+            req.write('<li><a href="%slog">Xend log</a>' % url)
             req.write('</ul>')
             req.write('</body></html>')
             

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added missing quote to HTML output., Xen patchbot -unstable <=