# | Line 23 | Line 23 | XMLFormatter::XMLFormatter( string newHostInfo, string | |
---|---|---|
23 | // std::cout << "DEBUG: " << newHostInfo << ":" << attributes << "\n"; | |
24 | xmlData += "<"; | |
25 | xmlData += newHostInfo; | |
26 | + | xmlData += " "; |
27 | + | xmlData += attributes; |
28 | xmlData += ">"; | |
29 | ||
30 | hostInfo = newHostInfo; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |