Skip to content

Commit 93876b5

Browse files
committed
Treenode table: fix whitespaces (minor)
1 parent 5944236 commit 93876b5

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

django/applications/catmaid/static/js/widgets/treenode-table.js

+29-29
Original file line numberDiff line numberDiff line change
@@ -112,39 +112,39 @@
112112
<option value="5" selected>5</option>
113113
</select>
114114
</div>
115-
</th>
116-
<th>x</th>
117-
<th>y</th>
118-
<th>z</th>
119-
<th>s</th>
120-
<th>r</th>
121-
<th>user<input type="text" id="${self.idPrefix}search-user" value="Search" class="search_init" /></th>
122-
<th>last modified</th>
115+
</th>
116+
<th>x</th>
117+
<th>y</th>
118+
<th>z</th>
119+
<th>s</th>
120+
<th>r</th>
121+
<th>user<input type="text" id="${self.idPrefix}search-user" value="Search" class="search_init" /></th>
122+
<th>last modified</th>
123123
<th>reviewer
124124
<input type="text" id="${self.idPrefix}search-reviewer" value="Search" class="search_init"/>
125-
</th>
125+
</th>
126126
<th title="Imported">i</th>
127-
</tr>
128-
</thead>
129-
<tfoot>
130-
<tr>
131-
<th>id</th>
132-
<th>type</th>
133-
<th>tags</th>
134-
<th>c</th>
135-
<th>x</th>
136-
<th>y</th>
137-
<th>z</th>
138-
<th>s</th>
139-
<th>r</th>
140-
<th>user</th>
141-
<th>last modified</th>
142-
<th>reviewer</th>
127+
</tr>
128+
</thead>
129+
<tfoot>
130+
<tr>
131+
<th>id</th>
132+
<th>type</th>
133+
<th>tags</th>
134+
<th>c</th>
135+
<th>x</th>
136+
<th>y</th>
137+
<th>z</th>
138+
<th>s</th>
139+
<th>r</th>
140+
<th>user</th>
141+
<th>last modified</th>
142+
<th>reviewer</th>
143143
<th title="Imported">i</th>
144-
</tr>
145-
</tfoot>
146-
<tbody>
147-
</tbody>
144+
</tr>
145+
</tfoot>
146+
<tbody>
147+
</tbody>
148148
</table>`;
149149
},
150150
filter: {

0 commit comments

Comments
 (0)