diff --git a/msz b/msz
old mode 100644
new mode 100755
diff --git a/templates/_layout/footer.twig b/templates/_layout/footer.twig
index fcbea20..d8c59fd 100644
--- a/templates/_layout/footer.twig
+++ b/templates/_layout/footer.twig
@@ -7,12 +7,12 @@
2013-{{ ''|date('Y') }} /
{% set git_branch = git_branch() %}
{% if git_branch != 'HEAD' %}
-
+
{% else %}
{% set git_tag = git_tag() %}
-
+
{% endif %}
- #
+ #
{% if constant('MSZ_DEBUG') or current_user.super|default(false) %}
/ Index {{ ndx_version() }}
/ SQL Queries: {{ sql_query_count()|number_format }}