diff options
Diffstat (limited to 'libretube-theme')
-rw-r--r-- | libretube-theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index d5c5fc0..b1f6d6d 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -176,7 +176,7 @@ <h6>Copyleft © 2019 - 2020 {{ SITENAME }} Lbtd.</h6> {% if CURRENT_VERSION and CURRENT_BRANCH %} - <h6>{{ _('Versión Actual:')}} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6> + <h6>{{ _('Versión Actual:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6> {% endif %} </footer> <!-- End Footer --> |