fix html placement
This commit is contained in:
@@ -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('');
|
||||
|
||||
Reference in New Issue
Block a user