fix description

This commit is contained in:
Marijn Jansen
2019-03-21 20:40:02 +01:00
parent b80e23938e
commit c275f6ed55
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ $('#detailModal').on('show.bs.modal', function (event) {
$('#details-title').text(post.title);
$('#details-intro').html(post.intro);
$('#details-description').text(post.description);
$('#details-description').html(post.description);
// $('#details-images').text('');
// post.images.forEach(image => {