small fix for html intentation at page_main

This commit is contained in:
sbcgua 2017-01-12 17:11:32 +02:00
parent f76b1bfce0
commit ea28fdfd7b

View File

@ -426,7 +426,8 @@ CLASS lcl_html_toolbar IMPLEMENTATION.
ENDIF.
IF lv_is_drop = abap_true. " Dropdown
ro_html->add( '</div></div>' ).
ro_html->add( '</div>' ).
ro_html->add( '</div>' ).
ENDIF.
ro_html->add( '</div>' ).