fix description
This commit is contained in:
@@ -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 => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row justify-content-center text-justify">
|
||||
<div id="details-intro" class="text-center col-10"></div>
|
||||
<div id="details-description"></div>
|
||||
<div id="details-description" class="col-10"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user