X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/2eac26a1b1fc8995dcebeba22f6991ef3542a886..a920c78116d0177f440c98fb4a067437fea5f27c:/src/editor/modules/nodeBreadCrumbs/template.html diff --git a/src/editor/modules/nodeBreadCrumbs/template.html b/src/editor/modules/nodeBreadCrumbs/template.html index 2f96b2d..062fb1e 100644 --- a/src/editor/modules/nodeBreadCrumbs/template.html +++ b/src/editor/modules/nodeBreadCrumbs/template.html @@ -5,6 +5,6 @@
  • <%= utils.getTagLabel(parents[i].getTagName()) %><% if(parents[i].getClass()) { %>.<%= utils.getClassLabel(parents[i].getClass()) %> <% } %>/
  • <% } %>
  • <%= utils.getTagLabel(node.getTagName()) %><% if(node.getClass()) { %>.<%= utils.getClassLabel(node.getClass()) %> <% } %>
  • - <% } %> + <% } else { %>   <% } %> \ No newline at end of file