Skip to content

Commit 0f4cb5b

Browse files
Update z2ui5_cl_demo_app_015.clas.abap 01
1 parent 19067a6 commit 0f4cb5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/z2ui5_cl_demo_app_015.clas.abap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ CLASS Z2UI5_CL_DEMO_APP_015 IMPLEMENTATION.
2020

2121
IF client->check_on_init( ).
2222

23-
mv_html_text = `<h3>subheader</h3><p>link: <a href="https://www.sap.com" style="color:green; font-weight:600;">link to sap.com</a> - links open in ` &&
24-
`a new window.</p><p>paragraph: <strong>strong</strong> and <em>emphasized</em>.</p><p>list:</p><ul` &&
25-
`><li>list item 1</li><li>list item 2<ul><li>sub item 1</li><li>sub item 2</li></ul></li></ul><p>pre:</p><pre>abc def ghi</pre><p>code: <code>var el = document.getElementById("myId");</code></p><p>cite: <cite>a reference to a source</cite></p>` &&
26-
`<dl><dt>definition:</dt><dd>definition list of terms and descriptions</dd>`.
23+
* mv_html_text = `<h3>subheader</h3><p>link: <a href="https://www.sap.com" style="color:green; font-weight:600;">link to sap.com</a> - links open in ` &&
24+
* `a new window.</p><p>paragraph: <strong>strong</strong> and <em>emphasized</em>.</p><p>list:</p><ul` &&
25+
* `><li>list item 1</li><li>list item 2<ul><li>sub item 1</li><li>sub item 2</li></ul></li></ul><p>pre:</p><pre>abc def ghi</pre><p>code: <code>var el = document.getElementById("myId");</code></p><p>cite: <cite>a reference to a source</cite></p>` &&
26+
* `<dl><dt>definition:</dt><dd>definition list of terms and descriptions</dd>`.
2727

2828
ENDIF.
2929

0 commit comments

Comments
 (0)