From: Aleksander Ɓukasz Date: Tue, 28 Jan 2014 11:32:04 +0000 (+0100) Subject: editor: adding gap class to ui X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/39f891f942d26b4048bf5f4e32fc235b33f36b26 editor: adding gap class to ui --- diff --git a/src/editor/modules/documentToolbar/template.html b/src/editor/modules/documentToolbar/template.html index f0a3682..edfa25c 100644 --- a/src/editor/modules/documentToolbar/template.html +++ b/src/editor/modules/documentToolbar/template.html @@ -11,7 +11,7 @@ <% }); %> - <% 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) { %> <% }); %>