Revert previous commit

This commit is contained in:
2023-05-22 14:00:03 +02:00
parent f857d0161a
commit a5935f55c2

View File

@@ -142,9 +142,7 @@ function showRequestBody(element){
});
break;
}
case "application/xml":
case "text/xml":
case "application/xml+xhtml": {
case "application/xml": {
formatXML(historyRequestBody).then(function(result) {
if (result.status == "OK") {
popupContent.innerText = result.result;