Skip to content

Commit

Permalink
Merge branch 'master' into categories
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-schiehle committed Oct 1, 2021
2 parents f730534 + ef08cb3 commit e7a6d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ function _getArticleContent(article) {
sections += `\n<p>${section.content_parsed}</p><hr/>`;

} else {
sections += `<dt>${title}</dt>`;
sections += `<dd>${section.content_parsed}</dd>`;
sections += `<dl><dt>${title}</dt>`;
sections += `<dd>${section.content_parsed}</dd></dl>`;
}
});
}
Expand Down

0 comments on commit e7a6d6c

Please sign in to comment.