Issue 14295: Store the return url as hex string

This commit is contained in:
Michael 2024-07-14 11:14:37 +00:00
parent 33e26b966e
commit c42cff691a
4 changed files with 8 additions and 4 deletions

View file

@ -868,7 +868,7 @@ class HTML
'$save_label' => $save_label,
'$search_hint' => DI::l10n()->t('@name, !group, #tags, content'),
'$mode' => $mode,
'$return_url' => urlencode(Search::getSearchPath($s)),
'$return_url' => bin2hex(Search::getSearchPath($s)),
];
if (!$aside) {