Skip to content

Commit

Permalink
FIX: make generated code use :std/markup/html (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewc authored Oct 16, 2024
1 parent f04a12c commit 9d666da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/markup/sxml/tal/syntax.ss
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
(module ,mod
(export (rename-out #t (,nname ,exprt)))
(import :std/sugar :std/text/utf8
:std/html (rename-in :std/markup/sxml/tal/iter (tal:repeat? tal-iter?))
:std/markup/html (rename-in :std/markup/sxml/tal/iter (tal:repeat? tal-iter?))
:std/markup/sxml/tal/toplevel :std/markup/sxml/tal/expander
:std/markup/sxml/tal/syntax)
(def (,nname ,@aargs)
Expand Down

0 comments on commit 9d666da

Please sign in to comment.