Skip to content

Commit

Permalink
Fix rendering of bookmarks in console
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 13, 2017
1 parent c6c7a12 commit 3b0b6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/console/display.twig
Expand Up @@ -105,7 +105,7 @@
]
} only %}
<div class="content bookmark">
{{ bookmark_content }}
{{ bookmark_content|raw }}
</div>
<div class="mid_layer"></div>
<div class="card add">
Expand Down

0 comments on commit 3b0b6ca

Please sign in to comment.