Skip to content

Commit

Permalink
nltobr in frontend
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Issleib <ben@kampfq.eu>
  • Loading branch information
kampfq committed Mar 26, 2019
1 parent 331ae2e commit cee4d36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -32,7 +32,7 @@
{{ podcast.getTitle() }}
</p>
<div class="content">
{{ podcast.getDescription() }}
{{ podcast.getDescription() |nl2br }}
</div>
</div>
<footer class="card-footer">
Expand Down
Expand Up @@ -42,7 +42,7 @@
<div class="column is-two-quarter level scrollbox" id="scrollable-container">
<h2 class="subtitle is-2 level-item">About</h2>
<p class="level-item">
{{ podcast.getDescription() }}
{{ podcast.getDescription() |nl2br }}
</p>

<h2 class="subtitle is-2 level-item">Episodes</h2>
Expand Down
Expand Up @@ -14,7 +14,7 @@
</div>
</div>
<div class="content">
{{ podcastEpisode.getSummary() }}
{{ podcastEpisode.getSummary() |nl2br }}
</div>

<footer class="card-footer">
Expand Down

0 comments on commit cee4d36

Please sign in to comment.