Skip to content

Commit 9ba2ec7

Browse files
1 parent d383f88 commit 9ba2ec7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/02/z2ui5.wapa.cc_-debugtool.fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:ce="sap.ui.codeeditor"
77
>
88
<Dialog
9-
title="abap2UI5 - Debug Tool"
9+
title="abap2UI5 - DebugTool"
1010
stretch="true"
1111
>
1212
<IconTabHeader

src/02/z2ui5.wapa.cc_-debugtool.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sap.ui.define(["sap/ui/core/Control", "sap/ui/core/Fragment", "sap/ui/model/json
33

44
return Control.extend("z2ui5.cc.DebugTool", {
55

6+
//printer XML
67
prettifyXml: function (sourceXml) {
78
const xmlDoc = new DOMParser().parseFromString(sourceXml, 'application/xml');
89
var sParse = `&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;

0 commit comments

Comments
 (0)