mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Pad the base 64 output in httpd_stats CDATA blocks.
This commit is contained in:
parent
e9124ec7bd
commit
25f176445a
@ -73,7 +73,7 @@ namespace Stats
|
||||
// Base64 encode the entire string and wrap it in a CDATA.
|
||||
ret.clear();
|
||||
ret += "<![CDATA[";
|
||||
ret += Base64::Encode(str);
|
||||
ret += Base64::Encode(str, nullptr, '=');
|
||||
ret += "]]>";
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user