mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
fix unclosed tr tag (#4845)
* fix unclosed tr tag fixes mistake from #4771
This commit is contained in:
parent
d4cbf7059e
commit
f892c9b4dc
|
@ -430,7 +430,7 @@ CLASS zcl_abapgit_gui_page_repo_over IMPLEMENTATION.
|
||||||
ii_html->add( column(
|
ii_html->add( column(
|
||||||
iv_content = |<span class="link" title="Open">›{ lv_repo_go_link }</span>|
|
iv_content = |<span class="link" title="Open">›{ lv_repo_go_link }</span>|
|
||||||
iv_css_class = 'ro-go' ) ).
|
iv_css_class = 'ro-go' ) ).
|
||||||
|
ii_html->add( `</tr>` ).
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
|
|
||||||
ii_html->add( |</tbody>| ).
|
ii_html->add( |</tbody>| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user