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