# | Line 330 | Line 330 | string SysMon::getData(){ | |
---|---|---|
330 | // it is the same level, just add this as another element | |
331 | if ( isAttrib ){ | |
332 | attributes += levels[level+2]; | |
333 | < | attributes += "="; |
333 | > | attributes += "=\""; |
334 | attributes += values[count]; | |
335 | < | attributes += " "; |
335 | > | attributes += "\" "; |
336 | // now check if this is the last element | |
337 | ||
338 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |