Skip to content

Commit

Permalink
Add ","
Browse files Browse the repository at this point in the history
  • Loading branch information
ATQlove committed Sep 6, 2024
1 parent d2cac4e commit 288c92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progs/convert/html/tmhtml.scm
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
;; Add <script> tags and inline code (to override the original inline style)
(texmacs_path (url->string (get-texmacs-home-path)))
(js_path (string-append texmacs_path "/plugins/html/mspace.js"))
(scripts `((h:script (@ (type "text/javascript") (src js_path)))
(scripts `((h:script (@ (type "text/javascript") (src ,js_path)))
(h:script "document.querySelectorAll('style').forEach(style => style.remove());")))
(body (append scripts (tmhtml doc))))
(set! tmhtml-site-version
Expand Down

0 comments on commit 288c92a

Please sign in to comment.