mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes unicode changelog tags (#35905)
This commit is contained in:
@@ -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