Skip to content

Commit af333a1

Browse files
Ahmet OeztuerkAhmet Oeztuerk
authored andcommitted
remove the variable description comment as well
1 parent 3528c71 commit af333a1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

templates/_excel_export.tt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
[%# Variables %]
2-
[%# prefix: Used as a prefix for the <input> IDs in the form. Make sure its unique on the rendered page, otherwise the (de)selectAll function does not work properly due to collisions with other inputs.
3-
%]
4-
5-
6-
[% BLOCK cols %]
1+
[% BLOCK cols %]
72
<table class="sortable_col_table rowhover">
83
[%- counter = 0 -%]
94
[%- FOR column IN columns -%]

0 commit comments

Comments
 (0)