diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc
index 1e37b65c7f..12926ed8f6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc
@@ -1,3 +1,4 @@
+[% USE Math %]
[% BLOCK showhierarchy %]
[% FOREACH tree IN trees %]
[% PROCESS showtree tree = tree %]
@@ -6,7 +7,7 @@
[% BLOCK showtree %]
[% FOREACH node IN tree %]
- -
+
-
[% IF ( node.current_value ) %]
[% node.value | html %]
[% ELSE %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc
index 2bbad1a9e3..fcf74b31dc 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc
@@ -1,3 +1,4 @@
+[% USE Math %]
[% BLOCK showhierarchy %]
[% FOREACH tree IN trees %]
[% PROCESS showtree tree = tree marc = marc %]
@@ -7,7 +8,7 @@
[% BLOCK showtree %]
[% FOREACH node IN tree %]
- -
+
-
[% IF ( node.current_value ) %]
[% node.value | html %]
[% ELSE %]