summaryrefslogtreecommitdiffstats
path: root/templates/html/htmljsnavindex.tpl
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-06-02 18:36:21 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-06-02 18:36:21 (GMT)
commitd3f2fcd53000fc4a09cf56c90930f8c8e2ad02b4 (patch)
tree2d1fa5fde2c5853ae0bda0e4efe2c77a3f3d2c39 /templates/html/htmljsnavindex.tpl
parent7c3126407bbb46717a4e0a09b61ee001702af7bf (diff)
downloadDoxygen-d3f2fcd53000fc4a09cf56c90930f8c8e2ad02b4.zip
Doxygen-d3f2fcd53000fc4a09cf56c90930f8c8e2ad02b4.tar.gz
Doxygen-d3f2fcd53000fc4a09cf56c90930f8c8e2ad02b4.tar.bz2
Adding partial htmlhelp support to template system
Diffstat (limited to 'templates/html/htmljsnavindex.tpl')
-rw-r--r--templates/html/htmljsnavindex.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/htmljsnavindex.tpl b/templates/html/htmljsnavindex.tpl
index 07a9efc..b24b166 100644
--- a/templates/html/htmljsnavindex.tpl
+++ b/templates/html/htmljsnavindex.tpl
@@ -2,6 +2,6 @@
var NAVTREEINDEX{{ idx }} =
{
{% for entry in entries %}
- "{{ entry.file }}{{ config.HTML_FILE_EXTENSION }}{% if entry.anchor %}#{{ entry.anchor }}{% endif %}":[{% for e in entry.path %}{% if not forloop.first %}{{ e.index }}{% if not forloop.last%},{% endif %}{% endif %}{% endfor %}]{% if not forloop.last %},{%endif %}
+ "{{ entry.file|decodeURL }}{{ config.HTML_FILE_EXTENSION }}{% if entry.anchor %}#{{ entry.anchor }}{% endif %}":[{% for e in entry.path %}{% if not forloop.first %}{{ e.index }}{% if not forloop.last%},{% endif %}{% endif %}{% endfor %}]{% if not forloop.last %},{%endif %}
{% endfor %}
};