X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/94e3767f1597835ac82361d7d04be1347fe40942..74635b9e0dd3069953072eab9de946b77d1b313e:/src/editor/modules/nodePane/template.html?ds=sidebyside diff --git a/src/editor/modules/nodePane/template.html b/src/editor/modules/nodePane/template.html index 40db3ea..663dc38 100644 --- a/src/editor/modules/nodePane/template.html +++ b/src/editor/modules/nodePane/template.html @@ -13,7 +13,7 @@ <div> <label>Klasa</label> <select class="rng-module-nodePane-classSelect"> - <% var options = ['', 'author', 'title', 'comment', 'cite', 'cite.code', 'cite.code.xml', 'list.items', 'list.items.enum', 'item', 'link', 'p', 'footnote', 'todo', 'emp'] %> + <% var options = ['', 'author', 'title', 'comment', 'cite', 'cite.code', 'cite.code.xml', 'list.items', 'list.items.enum', 'item', 'link', 'p', 'footnote', 'todo', 'emp', 'gap'] %> <% options.forEach(function(option) { %> <option value="<%= option.replace(/\./g, '-') %>" <% if(option === '') { %>selected<% } %>><%= utils.getClassLabel(option) %></option> <% }); %>