From e9e46e871fec143cedb51f376d1cbba0614cadb0 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 10 Oct 2013 11:38:28 +0100 Subject: [PATCH] [caching/xml_format] '/' was ommitted from hint tags --- caching/xml_format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caching/xml_format.cc b/caching/xml_format.cc index f40d29b..71b7823 100644 --- a/caching/xml_format.cc +++ b/caching/xml_format.cc @@ -85,7 +85,7 @@ namespace { out_ << "" << endl; + << "/>" << endl; } private: