Skip to content

Commit

Permalink
[INTERNAL] index.html: Fix bootstrap tag names
Browse files Browse the repository at this point in the history
Resolves UI5 linter v1.0 warnings
  • Loading branch information
RandomByte committed Oct 4, 2024
1 parent 7e06189 commit 84c2b73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<script id="sap-ui-bootstrap"
src="resources/sap-ui-core.js"
data-sap-ui-libs="sap.m"
data-sap-ui-xx-waitForTheme="true"
data-sap-ui-xx-wait-for-theme="true"
data-sap-ui-theme="sap_horizon"
data-sap-ui-resourceRoots='{
data-sap-ui-resource-roots='{
"sap.ui.demo.todo": "./"
}'
data-sap-ui-onInit="module:sap/ui/core/ComponentSupport"
data-sap-ui-compatVersion="edge"
data-sap-ui-on-init="module:sap/ui/core/ComponentSupport"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true">
</script>
</head>
Expand Down

0 comments on commit 84c2b73

Please sign in to comment.