Skip to content

Commit f75a0c6

Browse files
authored
update
1 parent d511f62 commit f75a0c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/.vitepress/config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default defineConfig({
111111
{ text: 'Smart Controls', link: '/development/specific/smart_controls' },
112112
{ text: 'Geolocation, Maps', link: '/development/specific/geolocation' },
113113
{ text: 'Stateful Sessions', link: '/development/specific/stateful' },
114-
{ text: 'URL, ', link: '/development/specific/url' },
114+
{ text: 'URL', link: '/development/specific/url' },
115115
]
116116
},
117117
]

docs/development/specific/url.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ DATA(lv_search) = client->get( )-s_config-search.
1111
The following action opens a new tab `target blank`:
1212
```abap
1313
data(lv_url) = `https://www.abap2UI5.org`.
14-
client->follow_up_action( client->_event_client( val = client->cs_event-open_new_tab t_arg = VALUE #( ( lv_url ) ) ) ).
14+
client->follow_up_action( client->_event_client(
15+
val = client->cs_event-open_new_tab
16+
t_arg = VALUE #( ( lv_url ) ) ) ).
1517
```
1618

1719
### Change History

0 commit comments

Comments
 (0)