qa: Handle $FILES$ in paths
This commit is contained in:
parent
cd51246d9b
commit
9044260a71
2 changed files with 3 additions and 3 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Reference in a new issue