Skip to content

Commit

Permalink
fix: includes may include raw HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jun 28, 2024
1 parent e8d7f77 commit 7820314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/apps/export_template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
</script>
<link rel="stylesheet" href="./{{REL_PATH}}shinylive/style-resets.css" />
<link rel="stylesheet" href="./{{REL_PATH}}shinylive/shinylive.css" />
{{ include_in_head }}
{{{ include_in_head }}}
</head>
<body>
{{ include_before_body }}
{{{ include_before_body }}}
<div style="height: 100vh; width: 100vw" id="root"></div>
{{ include_after_body }}
{{{ include_after_body }}}
</body>
</html>

0 comments on commit 7820314

Please sign in to comment.