Skip to content

Commit 4cfcb0b

Browse files
Update z2ui5_cl_demo_app_033.clas.abap 01
1 parent 3ce81ae commit 4cfcb0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/z2ui5_cl_demo_app_033.clas.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ CLASS z2ui5_cl_demo_app_033 IMPLEMENTATION.
6464

6565
mv_html = `<p>link: <a href="https://www.sap.com" style="color:green; font-weight:600;">link to sap.com</a> - links open in ` &&
6666
`a new window.</p><p>paragraph: <strong>strong</strong> and <em>emphasized</em>.</p><p>list:</p><ul` &&
67-
`><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>` &&
67+
`><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 ` &&
68+
`ghi</pre><p>code: <code>var el = document.getElementById("myId");</code></p><p>cite: <cite>a reference to a source</cite></p>` &&
6869
`<dl><dt>definition:</dt><dd>definition list of terms and descriptions</dd>`.
6970

7071
IF client->check_on_init( ).

0 commit comments

Comments
 (0)