Merge pull request #809 from larshp/issue_803

fix #803
This commit is contained in:
Lars Hvam 2017-07-05 19:59:25 +02:00 committed by GitHub
commit 26fbf803cf

View File

@ -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 }">| ).