summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-12-04 18:00:42 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-12-04 18:00:42 +0100
commit0e37b6e1b685323816c50db864c2c7025655a8d9 (patch)
treec5c0da7c7b0140abb18991604897ec8928354b75 /ishtar_common
parente18e0359c47fcec6e1a23a36a4d50c93b93a5f6d (diff)
downloadIshtar-0e37b6e1b685323816c50db864c2c7025655a8d9.tar.bz2
Ishtar-0e37b6e1b685323816c50db864c2c7025655a8d9.zip
Update version
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templates/actions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/actions.html b/ishtar_common/templates/actions.html
index bd70ddf15..97d95c726 100644
--- a/ishtar_common/templates/actions.html
+++ b/ishtar_common/templates/actions.html
@@ -6,7 +6,7 @@
{% if MENU.current_subsections %}
<li class="nav-item d-none d-lg-block">
- <span class="nav-link">&gt;</span>
+ <span class="nav-link">›</span>
</li>
{% with MENU.current_subsection as section_label %}
{% with MENU.current_subsections as sections %}
@@ -16,7 +16,7 @@
{% if MENU.current_subsubsections %}
<li class="nav-item d-none d-lg-block">
- <span class="nav-link">&gt;</span>
+ <span class="nav-link">›</span>
</li>
{% with MENU.current_subsubsection as section_label %}
{% with MENU.current_subsubsections as sections %}