Skip to content

Commit

Permalink
Use html only, do not use xhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Oct 3, 2024
1 parent cc6badc commit 0060404
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions progs/convert/html/tmhtml.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,7 @@
(string-append (tmhtml-suffix (substring s 0 sep))
(string-drop s sep)))
((string-ends? s ".tm")
(string-append (string-drop-right s 3)
(if tmhtml-mathml? ".xhtml" ".html")))
(string-append (string-drop-right s 3) ".html"))
((string-ends? s ".texmacs")
(string-append (string-drop-right s 8) ".tm"))
(else s))))
Expand Down

0 comments on commit 0060404

Please sign in to comment.