diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html
--- a/kallithea/templates/base/base.html
+++ b/kallithea/templates/base/base.html
@@ -127,7 +127,7 @@
## public/private
%if c.db_repo.private:
-
+
%else:
%endif
@@ -385,10 +385,10 @@
tmpl += ' ';
}
if(obj_dict['private']){
- tmpl += ' ';
+ tmpl += ' ';
}
else if(visual_show_public_icon){
- tmpl += ' ';
+ tmpl += ' ';
}
tmpl += '';
}
diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html
--- a/kallithea/templates/data_table/_dt_elements.html
+++ b/kallithea/templates/data_table/_dt_elements.html
@@ -75,7 +75,7 @@
##PRIVATE/PUBLIC
%if private and c.visual.show_private_icon:
-
+
%elif not private and c.visual.show_public_icon:
%else: