mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
commit
26fbf803cf
|
@ -235,6 +235,8 @@ CLASS lcl_gui_page_stage IMPLEMENTATION.
|
|||
CREATE OBJECT ro_html.
|
||||
|
||||
lv_filename = is_file-path && is_file-filename.
|
||||
* make sure whitespace is preserved in the DOM
|
||||
REPLACE ALL OCCURRENCES OF ` ` IN lv_filename WITH ' '.
|
||||
|
||||
ro_html->add( |<tr class="{ iv_context }">| ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user