Skip to content

Commit d1d3329

Browse files
committed
remove p from bad html
1 parent b22777e commit d1d3329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArticleUpdates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
para = para + '.';
4747
}
4848
if(heading && para) {
49-
$('#showtext').val(`<div class="related-index">${heading} <ul><li>${para}</p></li></ul></div>`);
49+
$('#showtext').val(`<div class="related-index">${heading} <ul><li>${para}</li></ul></div>`);
5050
}
5151
});
5252

0 commit comments

Comments
 (0)