Revert previous commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user