Skip to content

Commit

Permalink
Automatic Update (abap2UI5#1489)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* Update z2ui5_cl_app_debugtool_js.clas.abap

---------

Co-authored-by: oblomov-dev <[email protected]>
Co-authored-by: oblomov-dev <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2024
1 parent b3fb42a commit 1012283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/01/03/z2ui5_cl_app_debugtool_js.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CLASS z2ui5_cl_app_debugtool_js IMPLEMENTATION.
`` && |\n| &&
` return Control.extend("z2ui5.cc.DebugTool", {` && |\n| &&
`` && |\n| &&
` //printerXML` && |\n| &&
` prettifyXml: function (sourceXml) {` && |\n| &&
` const xmlDoc = new DOMParser().parseFromString(sourceXml, 'application/xml');` && |\n| &&
` var sParse = ``&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;` && |\n| &&
Expand Down
2 changes: 1 addition & 1 deletion src/01/03/z2ui5_cl_app_debugtool_xml.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CLASS z2ui5_cl_app_debugtool_xml IMPLEMENTATION.
` xmlns:ce="sap.ui.codeeditor"` &&
`>` &&
` <Dialog` &&
` title="abap2UI5 - Debug Tool"` &&
` title="abap2UI5 - DebugTool"` &&
` stretch="true"` &&
` >` &&
` <IconTabHeader` &&
Expand Down

0 comments on commit 1012283

Please sign in to comment.