Skip to content

Commit 788958c

Browse files
committed
Initialize an empty string subject
1 parent 3b6fff2 commit 788958c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/quarto-post/email.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function generate_html_email_from_template(
185185
return html_str
186186
end
187187

188-
local subject = nil
188+
local subject = ""
189189
local email_images = {}
190190
local image_tbl = {}
191191
local suppress_scheduled_email = false

0 commit comments

Comments
 (0)