[caching/xml_format] '/' was ommitted from hint tags

This commit is contained in:
Joe Thornber 2013-10-10 11:38:28 +01:00
parent b443000a29
commit e9e46e871f

View File

@ -85,7 +85,7 @@ namespace {
out_ << "<hint"
<< " cache_block=\"" << cblock << "\""
<< " data=\"" << base64_encode(data) << "\""
<< ">" << endl;
<< "/>" << endl;
}
private: