mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
[MIRROR] Fixes unicode changelog tags (#5679)
* Fixes unicode changelog tags (#35905) * Fixes unicode changelog tags
This commit is contained in:
committed by
Poojawa
parent
84abe79303
commit
5776be9c1e
@@ -597,7 +597,7 @@ function checkchangelog($payload, $compile = true) {
|
||||
$foundcltag = false;
|
||||
foreach ($body as $line) {
|
||||
$line = trim($line);
|
||||
if (substr($line,0,4) == ':cl:' || substr($line,0,4) == '🆑') {
|
||||
if (substr($line,0,4) == ':cl:' || substr($line,0,1) == '🆑') {
|
||||
$incltag = true;
|
||||
$foundcltag = true;
|
||||
$pos = strpos($line, " ");
|
||||
|
||||
Reference in New Issue
Block a user