linter fix

This commit is contained in:
sbcgua 2017-02-13 15:41:58 +02:00
parent 9014797903
commit 2ebb098e55

View File

@ -228,12 +228,10 @@ CLASS lcl_gui_page_stage IMPLEMENTATION.
WHEN 'local'. WHEN 'local'.
lv_param = lcl_html_action_utils=>file_encode( iv_key = mo_repo->get_key( ) lv_param = lcl_html_action_utils=>file_encode( iv_key = mo_repo->get_key( )
ig_file = is_file ). ig_file = is_file ).
lv_filename = lcl_html=>a( iv_txt = lv_filename
iv_act = |{ gc_action-go_diff }?{ lv_param }| ).
ro_html->add( |<td class="type">{ is_item-obj_type }</td>| ). ro_html->add( |<td class="type">{ is_item-obj_type }</td>| ).
ro_html->add( |<td class="name">{ ro_html->add( |<td class="name">{ lv_filename }</td>| ).
lcl_html=>a(
iv_txt = lv_filename
iv_act = |{ gc_action-go_diff }?{ lv_param }| )
}</td>| ).
ro_html->add( |<td class="user">{ read_last_changed_by( is_file ) }</td>| ). ro_html->add( |<td class="user">{ read_last_changed_by( is_file ) }</td>| ).
WHEN 'remote'. WHEN 'remote'.
ro_html->add( '<td class="type">-</td>' ). " Dummy for object type ro_html->add( '<td class="type">-</td>' ). " Dummy for object type