summaryrefslogtreecommitdiffstats
path: root/templates/html/htmldirtree.tpl
diff options
context:
space:
mode:
authorFaheel Ahmad <faheel@live.in>2017-12-07 09:44:03 (GMT)
committerFaheel Ahmad <faheel@live.in>2017-12-07 10:11:03 (GMT)
commitb3869a3ed82957c1785dc955876885f8b73a020b (patch)
treea4a25fa0d397a958bdc45c8d97d4543c142b60a2 /templates/html/htmldirtree.tpl
parent4f45bd20d4da7d40c793ec4c4c13558581e995ac (diff)
downloadDoxygen-b3869a3ed82957c1785dc955876885f8b73a020b.zip
Doxygen-b3869a3ed82957c1785dc955876885f8b73a020b.tar.gz
Doxygen-b3869a3ed82957c1785dc955876885f8b73a020b.tar.bz2
Change navtree collapsed list icon
Diffstat (limited to 'templates/html/htmldirtree.tpl')
-rw-r--r--templates/html/htmldirtree.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/htmldirtree.tpl b/templates/html/htmldirtree.tpl
index a6b9b21..6d3ef8c 100644
--- a/templates/html/htmldirtree.tpl
+++ b/templates/html/htmldirtree.tpl
@@ -20,7 +20,7 @@
{% else %}
<span style="width:{{ (node.level)*16 }}px;display:inline-block;">&#160;</span>
<span id="arr_{{ node.id }}" class="arrow" onclick="toggleFolder('{{ node.id}}')">
- {%if node.level+1<tree.preferredDepth %}&#9660;{% else %}&#9658;{% endif %}
+ {%if node.level+1<tree.preferredDepth %}&#9660;{% else %}&#9654;{% endif %}
</span>
{% endif %}
{% if node.namespace %}