mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
fix missing comma after opening
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = (options) => {
|
||||
\\begin{document}
|
||||
\\begin{letter}{${convertLineBreaks(address)}}
|
||||
|
||||
\\opening{${opening}}
|
||||
\\opening{${opening},}
|
||||
|
||||
${convertLineBreaks(body)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user