Skip to content

Commit cd5291d

Browse files
Update z2ui5_cl_demo_app_000.clas.abap 01
1 parent 3d0265c commit cd5291d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
8585
)->content( 'layout' ).
8686

8787
page->formatted_text(
88-
`<p><strong>Explore and copy code samples!</strong> All samples are abap2UI5 implementations of the <a href="https://sapui5.hana.ondemand.com/#/controls" style="color:blue; font-weight:600;">SAP UI5 sample page.</a> If you miss a control or find a b` &&
88+
`<p><strong>Explore and copy code samples!</strong> All samples are abap2UI5 implementations of the <a href="https://sapui5.` &&
89+
`hana.ondemand.com/#/controls" style="color:blue; font-weight:600;">SAP UI5 sample page.</a> If you miss a control or find a b` &&
8990
`ug please create an ` &&
90-
`<a href="https://github.com/abap2UI5/abap2UI5/issues" style="color:blue; font-weight:600;">issue</a> or send a <a href="https://github.com/abap2UI5/abap2UI5-samples/pulls" style="color:blue; font-weight:600;">PR</a>` &&
91+
`<a href="https://github.com/abap2UI5/abap2UI5/issues" style="color:blue; font-weight:600;">issue</a> or send a <a href="https` &&
92+
`://github.com/abap2UI5/abap2UI5-samples/pulls" style="color:blue; font-weight:600;">PR</a>` &&
9193
`.</p>` &&
9294
`<p>Always press CTRL+F12 to see code samples and classname of the app.</p>`
9395
).

0 commit comments

Comments
 (0)