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; break;
} }
case "application/xml": case "application/xml": {
case "text/xml":
case "application/xml+xhtml": {
formatXML(historyRequestBody).then(function(result) { formatXML(historyRequestBody).then(function(result) {
if (result.status == "OK") { if (result.status == "OK") {
popupContent.innerText = result.result; popupContent.innerText = result.result;