Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
player
Commits
6604d74c
Commit
6604d74c
authored
May 09, 2022
by
David Trattnig
Browse files
Fix: Pass HTML rendering to child
parent
d7644b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ShowList.svelte
View file @
6604d74c
...
...
@@ -139,7 +139,7 @@
<template>
<div class="show-overview">
{#if selectedCat}
<CategoryHeading category={selectedCat} {language} />
<CategoryHeading category={selectedCat} {language}
{renderhtml}
/>
{/if}
{#if allCategories && enableCategoryDropdown}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment