fix unclosed tr tag (#4845)

* fix unclosed tr tag

fixes mistake from #4771
This commit is contained in:
Frederik Hudák 2021-06-14 18:23:59 +02:00 committed by GitHub
parent d4cbf7059e
commit f892c9b4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">&rsaquo;{ lv_repo_go_link }</span>| iv_content = |<span class="link" title="Open">&rsaquo;{ 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>| ).