mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
Escape slashes in branch overview commit messages
This commit is contained in:
parent
9e2f7e7caf
commit
79905ccd82
|
@ -263,6 +263,7 @@ CLASS zcl_abapgit_gui_page_boverview IMPLEMENTATION.
|
|||
|
||||
rv_string = iv_string.
|
||||
|
||||
REPLACE ALL OCCURRENCES OF '\' IN rv_string WITH '\\'.
|
||||
REPLACE ALL OCCURRENCES OF '"' IN rv_string WITH '\"'.
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user