summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Meißner <dan_m@posteo.de>2024-02-19 09:38:17 +0100
committerDavid Thompson <dthompson2@worcester.edu>2024-03-02 20:37:00 -0500
commit9fb242ae2df426276e13b3a2393fb40b5a2f54b6 (patch)
treeac84ceaf6de9952a02a1ac18ddd7f0bd939b6eda /Makefile.am
parentbe456fa6b7a9a44b95be51995c98ecfee6b13a30 (diff)
html: Fix emission of 'script' and 'style' elements.HEADmaster
The contents of these elements are not to be escaped.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c08890..679fb15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,6 +97,7 @@ endif
TESTS = \
tests/helper.scm \
+ tests/html.scm \
tests/post.scm \
tests/utils.scm