diff --git a/table_distributor.html b/table_distributor.html
old mode 100644
new mode 100755
index 5f69215..81ec7ac
--- a/table_distributor.html
+++ b/table_distributor.html
@@ -132,7 +132,7 @@ def load_input(val):
def show_meet_table_data():
global persons
- html = ""
+ html = "Всего участников: " + str(len(persons)) + "
"
html += "
" + str(table_names[t.id]) + " | " if len(t.person_set): - html += "" + str(t.person_set) + " | " + html += "" + str(t.person_set).replace("{","").replace("}","") + " | " else: html += "" html += " |