removed unnecessary html

This commit is contained in:
Zanz2 2017-11-03 01:28:20 +01:00
parent 6a4c38bbee
commit 096ee00e07
2 changed files with 6 additions and 6 deletions

View file

@ -74,9 +74,9 @@
<% pio_table_id = "pio_table_prot_info_"+table_count.to_s %>
<% protocol_table_elements_array.push([pio_table_id,table_hash['data']]) %>
<div data-role="hot-table" class="hot-table">
<div id="<%=pio_table_id%>" ></div>
</div>
<% table_count += 1 %>
<% end %>

View file

@ -116,9 +116,9 @@
<% pio_table_id = "pio_table_step_"+counter.to_s+"_info_"+table_count.to_s %>
<% step_table_elements_array.push([pio_table_id,table_hash['data']]) %>
<div data-role="hot-table" class="hot-table">
<div id="<%=pio_table_id%>" ></div>
</div>
<% table_count += 1 %>
<% end %>