Skip to content

Commit 20fd9ba

Browse files
authored
Update z2ui5_cl_demo_app_173.clas.abap (#125)
Update
1 parent ff30743 commit 20fd9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_173.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CLASS z2ui5_cl_demo_app_173 IMPLEMENTATION.
4444
( fname = 'AGE' merge = 'false' visible = 'false' ) ).
4545

4646
DATA(xml) =
47-
`<mvc:View xmlns="sap.m " xmlns:core="sap.ui.core " xmlns:mvc="sap.ui.core.mvc " displayBlock="true " height="100% ">` &&
47+
`<mvc:View xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1" displayBlock="true" height="100%" >` &&
4848
` <Shell>` &&
4949
` <Page>` &&
5050
` <Table items="{/MT_DATA}">` &&

0 commit comments

Comments
 (0)