diff --git a/scripts/docs/templates/api_menu_flat_version.template.html b/scripts/docs/templates/api_menu_flat_version.template.html index 9688cd8ffd..c15e86a505 100644 --- a/scripts/docs/templates/api_menu_flat_version.template.html +++ b/scripts/docs/templates/api_menu_flat_version.template.html @@ -1,4 +1,4 @@ <@ for doc in docs @><@ if doc.URL and doc.private != true and doc.name @> -
  • - <$ doc.name $> +
  • + <$ doc.name $>
  • <@ endif @><@ endfor @> diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index d0b0f2a209..c20a4f29d1 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -147,7 +147,7 @@ Delegate: <$ doc.delegate $> - + Improve this doc