Skip to content

Commit

Permalink
Merge branch 'patch-1' of github.com:michaelkeenan/GoogleDoc2Html int…
Browse files Browse the repository at this point in the history
…o michaelkeenan-patch-1
  • Loading branch information
na-trium-144 committed Jun 16, 2022
2 parents 9157c63 + 9c24946 commit 2369af7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ function processItem(item, listCounters, images) {
|| gt === DocumentApp.GlyphType.SQUARE_BULLET) {
prefix = '<ul><li>', suffix = "</li>";

suffix += "</ul>";
}
else {
} else {
// Ordered list (<ol>):
prefix = "<ol><li>", suffix = "</li>";
}
Expand Down

0 comments on commit 2369af7

Please sign in to comment.