This is an automated email from the ASF dual-hosted git repository. sewen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit b1c2e213302cd68758761c60a1ccff85c5c67203 Author: Nico Kruber <[email protected]> AuthorDate: Wed Aug 14 15:59:50 2019 +0200 [FLINK-13728][docs] Fix wrong closing tag order in sidenav This closes #9439 --- docs/_includes/sidenav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/sidenav.html b/docs/_includes/sidenav.html index 73edab1..cc787d9 100644 --- a/docs/_includes/sidenav.html +++ b/docs/_includes/sidenav.html @@ -88,7 +88,7 @@ level is determined by 'nav-pos'. {% else %} {% assign elementsPos = elementsPosStack | last %} {% assign pos = posStack | last %} -</li></ul></div> +</ul></div></li> {% assign elementsPosStack = elementsPosStack | pop %} {% assign posStack = posStack | pop %} {% endif %}
