Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6065a3a
)
Trim trailing equal in short
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 29 Feb 2024 16:31:31 +0000
(17:31 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 29 Feb 2024 16:31:31 +0000
(17:31 +0100)
Util/SluggerUtil.php
patch
|
blob
|
history
diff --git
a/Util/SluggerUtil.php
b/Util/SluggerUtil.php
index d88cdfdc6fa84c3798a92092980fbf2a72a723c8..5c84ca804ffb8467424d8b8f8674bb054d974013 100644
(file)
--- a/
Util/SluggerUtil.php
+++ b/
Util/SluggerUtil.php
@@
-174,7
+174,7
@@
class SluggerUtil {
}
//Send result
- return str_replace(['+','/'
], ['-','_
'], base64_encode($ret));
+ return str_replace(['+','/'
,'='], ['-','_','
'], base64_encode($ret));
}
/**