[caching/xml_format] '/' was ommitted from hint tags
This commit is contained in:
parent
b443000a29
commit
e9e46e871f
@ -85,7 +85,7 @@ namespace {
|
|||||||
out_ << "<hint"
|
out_ << "<hint"
|
||||||
<< " cache_block=\"" << cblock << "\""
|
<< " cache_block=\"" << cblock << "\""
|
||||||
<< " data=\"" << base64_encode(data) << "\""
|
<< " data=\"" << base64_encode(data) << "\""
|
||||||
<< ">" << endl;
|
<< "/>" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user