Skip to content

Commit 72b3313

Browse files
committed
fix: escape char
1 parent 76c0d1a commit 72b3313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_blog_related_post/static/src/js/related_post.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ odoo.define('website_blog_related_post.related_post_js', function (require) {
3333
<span class="text-truncate d-block">' + posts.posts[i].name + '<span>\
3434
</a>\
3535
</h5>\
36-
<p class="text-blog-related">' + posts.posts[i].teaser + '</p>
36+
<p class="text-blog-related">' + posts.posts[i].teaser + '</p>\
3737
<a class="btn btn-primary" href="/blog/' + posts.posts[i].blog_id + '/post/' + posts.posts[i].id + '">Seguir leyendo</a>\
3838
</div>\
3939
</div>';

0 commit comments

Comments
 (0)