Skip to content

Commit 42a3db6

Browse files
committed
rename footer->decorator-footer
1 parent d5dfe28 commit 42a3db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xp-archive/server/src/services/PdfService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export class PdfService {
131131
const page = await this.browser.newPage();
132132

133133
const htmlWithoutHeaderAndFooter = html.replace(
134-
/(<header([^;]*)<\/header>|<footer([^;]*)<\/footer>)/,
134+
/(<header([^;]*)<\/header>|<decorator-footer([^;]*)<\/decorator-footer>)/,
135135
''
136136
);
137137

0 commit comments

Comments
 (0)