Skip to content

Commit

Permalink
Update countdown.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Garrick Aden-Buie <[email protected]>
  • Loading branch information
coatless and gadenbuie committed Feb 3, 2024
1 parent 4951038 commit 98a26bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarto/_extensions/countdown/countdown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ local function countdown_style(options)
-- Embed into the document to avoid rendering to disk and, then, embedding a URL.
quarto.doc.include_text('in-header',
string.format(
"<!-- Countdown Global CSS -->\n<style text='text/css'>:%s {%s}</style>",
"<!-- Countdown Global CSS -->\n<style text='text/css'>%s {%s}</style>",
possibleSelector,
structuredCSS
)
Expand Down

0 comments on commit 98a26bb

Please sign in to comment.