We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e2318 commit 6b663f7Copy full SHA for 6b663f7
1 file changed
build/builder.php
@@ -16,9 +16,7 @@
16
return trim($line);
17
}, explode("\n", $text, 3));
18
19
- $hints[] = '$hints[] = [' . var_export($category, true) . ', ' . \
20
- var_export($author, true) . ', "' . \
21
- strtr($body, ["\n" => '\n', "\t" => '\t', "\"" => '\"', "'" => '\'']) . '"];';
+ $hints[] = '$hints[] = [' . var_export($category, true) . ', ' . var_export($author, true) . ', "' . strtr($body, ["\r\n" => '\n', "\n" => '\n', "\t" => '\t', "\"" => '\"', "'" => '\'']) . '"];';
22
}
23
24
$body = file_get_contents(__DIR__ . '/../index.php.src');
0 commit comments