Skip to content
Snippets Groups Projects
Commit c0148229 authored by David Trattnig's avatar David Trattnig
Browse files

fix: wrap text due to content tag issue #32

parent eba6d00b
No related branches found
No related tags found
No related merge requests found
Pipeline #2593 passed
...@@ -151,10 +151,12 @@ ...@@ -151,10 +151,12 @@
<Content class="col-description"> <Content class="col-description">
{#if show.description} {#if show.description}
<Display <div>
value={show.description} <Display
{renderhtml} value={show.description}
renderLinks={true} /> {renderhtml}
renderLinks={true} />
</div>
{/if} {/if}
</Content> </Content>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment