From 9c2494653b37b0ce068c9d81d7672372c6d1550b Mon Sep 17 00:00:00 2001 From: Michael Keenan Date: Thu, 21 Dec 2017 12:06:31 -0800 Subject: [PATCH] Remove incorrect after first item of lists --- code.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code.js b/code.js index b852e6a..78d6bac 100644 --- a/code.js +++ b/code.js @@ -100,10 +100,7 @@ function processItem(item, listCounters, images) { || gt === DocumentApp.GlyphType.HOLLOW_BULLET || gt === DocumentApp.GlyphType.SQUARE_BULLET) { prefix = '"; - } - else { + } else { // Ordered list (
    ): prefix = "
    1. ", suffix = "
    2. "; }