Converting end of lines from crlf to lf
[fnpeditor.git] / modules / nodePane / template.html
index c0733cd..d1e8ab2 100644 (file)
@@ -1,23 +1,23 @@
-<div class="rng-module-nodePane">\r
-    <fieldset>\r
-        <legend><%= gettext('Current node') %></legend>\r
-        <div>\r
-            <label>Tag</label>\r
-            <select class="rng-module-nodePane-tagSelect">\r
-                <% var options = ['', 'section', 'header', 'div', 'span', 'aside']; %>\r
-                <% options.forEach(function(option) { %>\r
-                    <option value="<%= option %>" <% if(option === '') { %>selected<% } %>><%= option %></option>\r
-                <% }); %>\r
-            </select>\r
-        </div>\r
-        <div>\r
-            <label>Klasa</label>\r
-            <select  class="rng-module-nodePane-classSelect">\r
-                <% var options = ['', 'author', 'title', 'cite', 'cite.code', 'cite.code.xml', 'list', 'list.items', 'list.items.enum', 'item', 'uri', 'p', 'footnote', 'todo', 'emp', 'emph.tech'] %>\r
-                <% options.forEach(function(option) { %>\r
-                    <option value="<%= option.replace(/\./g, '-') %>" <% if(option === '') { %>selected<% } %>><%= option %></option>\r
-                <% }); %>\r
-            </select>\r
-        </div>\r
-    </fieldset>\r
+<div class="rng-module-nodePane">
+    <fieldset>
+        <legend><%= gettext('Current node') %></legend>
+        <div>
+            <label>Tag</label>
+            <select class="rng-module-nodePane-tagSelect">
+                <% var options = ['', 'section', 'header', 'div', 'span', 'aside']; %>
+                <% options.forEach(function(option) { %>
+                    <option value="<%= option %>" <% if(option === '') { %>selected<% } %>><%= option %></option>
+                <% }); %>
+            </select>
+        </div>
+        <div>
+            <label>Klasa</label>
+            <select  class="rng-module-nodePane-classSelect">
+                <% var options = ['', 'author', 'title', 'cite', 'cite.code', 'cite.code.xml', 'list', 'list.items', 'list.items.enum', 'item', 'uri', 'p', 'footnote', 'todo', 'emp', 'emph.tech'] %>
+                <% options.forEach(function(option) { %>
+                    <option value="<%= option.replace(/\./g, '-') %>" <% if(option === '') { %>selected<% } %>><%= option %></option>
+                <% }); %>
+            </select>
+        </div>
+    </fieldset>
 </div>
\ No newline at end of file