]> _ Git - fluidbook-html5.git/commitdiff
wait #5143 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 3 Mar 2022 14:51:35 +0000 (15:51 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 3 Mar 2022 14:51:35 +0000 (15:51 +0100)
js/libs/fluidbook/fluidbook.bookmarks.js

index 7e332c92b1ac25a8374c8e9cfe623b571aa0b364..21702ebc70d32d830ce35dd5166bfa52f9f21296 100644 (file)
@@ -498,7 +498,7 @@ FluidbookBookmarks.prototype = {
                     if (this.fluidbook.bookmarks.enabled) {
                         index += this.fluidbook.bookmarks.getBookmarkForPage(group.page, true, true);
                     }
-                    index += '</div>';
+                    index += '</div></div>';
                 }
             } else {
                 var group = groups[this.getGroupOfPage(onlyGroup)];
@@ -518,7 +518,7 @@ FluidbookBookmarks.prototype = {
                     if (this.fluidbook.bookmarks.enabled) {
                         index += this.fluidbook.bookmarks.getBookmarkForPage(p, true, true);
                     }
-                    index += '</div>';
+                    index += '</div></div>';
 
                 }
             }