Unescape '=' character (#3102)

* Unescape '=' character

* fix abaplint
This commit is contained in:
Frederik Hudák 2019-12-05 15:23:47 +01:00 committed by Lars Hvam
parent c846801d19
commit c686a7dd3b

View File

@ -357,6 +357,7 @@ CLASS ZCL_ABAPGIT_HTML_ACTION_UTILS IMPLEMENTATION.
* todo, more to be added here
REPLACE ALL OCCURRENCES OF '%3F' IN rv_string WITH '?'.
REPLACE ALL OCCURRENCES OF '%3D' IN rv_string WITH '='.
ENDMETHOD.
ENDCLASS.