aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Olshansky2013-07-09 13:43:24 +0400
committerPete Bacon Darwin2013-07-09 14:35:55 +0100
commitead9cb7fb4460a33c084506d4a4ed993916ededc (patch)
treefbaf548b7af543e9370b0f9bdb4f003c3acc381f /docs
parentf89ba38dcd495b9e5f835b3af489e7b92e72ccf6 (diff)
downloadangular.js-ead9cb7fb4460a33c084506d4a4ed993916ededc.tar.bz2
fix(ngdocs): merge duplicate css class attributes
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>