fix html placement

This commit is contained in:
Marijn Jansen
2019-03-21 20:18:55 +01:00
parent dc56423b63
commit fec0404cfb

View File

@@ -8,7 +8,7 @@ $('#detailModal').on('show.bs.modal', function (event) {
console.log(post);
$('#details-title').text(post.title);
$('#details-intro').text(post.intro);
$('#details-intro').html(post.intro);
$('#details-description').text(post.description);
// $('#details-images').text('');