data_request?id=user_data&output_format=xml generates invalid XML?

I’m running the latest version of the UI on a VeraPlus. When I run the request for user_data and specify XML output the resulting XML output is not properly formed. An example:









</eventList

The attribute comparisson=“<” should be comparisson=“&lt;”
There are also instances of comparisson=“<=” and unescaped instances of the “&” character.

Is this a known deficiency?