mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Add missing TH closing tag (#3393)
This commit is contained in:
parent
f20e13d3ab
commit
6d2deece76
|
@ -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>' ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user