X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/6b27d5301b4995add87d5734e6de2d974007a196..7411943f320a29c7b2bf7086a26a0a477eea68cc:/src/editor/modules/rng/documentSummary.js?ds=inline

diff --git a/src/editor/modules/rng/documentSummary.js b/src/editor/modules/rng/documentSummary.js
index fe593c3..8e6927d 100644
--- a/src/editor/modules/rng/documentSummary.js
+++ b/src/editor/modules/rng/documentSummary.js
@@ -8,7 +8,7 @@ var $ = require('libs/jquery'),
 
 
 var view = {
-    dom: $('<div class="documentSummary"></div>'),
+    dom: $('<ul></ul>'),
     init: function(config, doc) {
         this.config = config;
         this.doc = doc;