diff options
-rw-r--r-- | site/_includes/toc_recursive_dropdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/toc_recursive_dropdown.html b/site/_includes/toc_recursive_dropdown.html index b0983e1..2228c7e 100644 --- a/site/_includes/toc_recursive_dropdown.html +++ b/site/_includes/toc_recursive_dropdown.html @@ -8,6 +8,6 @@ </li> {% endif %} {% if entry.children %} -{% include toc_recursive_dropdown.html entries=entry.children my_entry=include.my_entry version_root=version_root %} +{% include toc_recursive_dropdown.html entries=entry.children my_entry=include.my_entry version_root=include.version_root %} {% endif %} {% endfor %} |