qa: Handle $FILES$ in paths

This commit is contained in:
nemunaire 2022-11-07 05:56:53 +01:00
commit 9044260a71
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@
</div>
<Container class="text-muted" style="overflow-y: auto; max-height: 34vh">
{@html theme.intro}
{@html theme.intro.replace("$FILES$", "../files")}
</Container>
{#await getThemedExercices($page.params.tid)}