From 7820314135288276ecae1bb6741a98697f83016a Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 28 Jun 2024 16:25:16 -0400 Subject: [PATCH] fix: includes may include raw HTML --- tests/testthat/apps/export_template/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/testthat/apps/export_template/index.html b/tests/testthat/apps/export_template/index.html index 99323be..2e5a744 100644 --- a/tests/testthat/apps/export_template/index.html +++ b/tests/testthat/apps/export_template/index.html @@ -15,11 +15,11 @@ - {{ include_in_head }} + {{{ include_in_head }}} - {{ include_before_body }} + {{{ include_before_body }}}
- {{ include_after_body }} + {{{ include_after_body }}}