aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 15093d4c..b64140bd 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -263,7 +263,7 @@
</ul>
- <ul class="nav nav-list well" ng-repeat="module in modules track by module.url" class="api-list-item">
+ <ul class="nav nav-list well api-list-item" ng-repeat="module in modules track by module.url">
<li class="nav-header module">
<a class="guide" href="{{URL.module}}">module</a>
<a class="code" href="{{module.url}}">{{module.name}}</a>