old line break style

pull/3699/head
Woody 2024-01-17 21:47:45 +01:00
rodzic ddfe925f8c
commit 783a4d3996
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9872D7F5072789B2
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -57,7 +57,6 @@ const multiHeader = `/*
* Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
* to find out how to easily modify the web UI source!
*/
`;
function hexdump(buffer, isHex = false) {
@ -148,7 +147,7 @@ async function writeHtmlGzipped(sourceFile, resultFile, page) {
async function specToChunk(srcDir, s) {
const buf = fs.readFileSync(srcDir + "/" + s.file);
let chunk = `// Autogenerated from ${srcDir}/${s.file}, do not edit!!\n`
let chunk = `\n// Autogenerated from ${srcDir}/${s.file}, do not edit!!\n`
if (s.method == "plaintext" || s.method == "gzip") {
let str = buf.toString("utf-8");