Add missing TH closing tag (#3393)

This commit is contained in:
Marc Bernard 2020-05-23 06:32:34 +02:00 committed by GitHub
parent f20e13d3ab
commit 6d2deece76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -840,7 +840,7 @@ CLASS ZCL_ABAPGIT_GUI_VIEW_REPO IMPLEMENTATION.
zcl_abapgit_html=>icon( lv_icon ) &&
zcl_abapgit_html=>a(
iv_txt = |diffs first|
iv_act = c_actions-toggle_diff_first ).
iv_act = c_actions-toggle_diff_first ) && |</th>|.
ro_html->add( lv_html ).
ro_html->add( '</tr>' ).