aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index b40e9d31..3841846c 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -198,15 +198,15 @@
autocomplete="off" />
</form>
<div ng-show="hasResults" class="search-results">
- <a href="" ng-click="hideResults()" class="search-close">
- <span class="icon-remove-sign"></span>
- </a>
<div ng-repeat="(key, value) in results" class="search-group" ng-class="colClassName">
<h4>{{ key }}</h4>
<div ng-repeat="item in value" class="search-result">
<a ng-click="hideResults()" href="{{ item.url }}">{{ item.shortName }}</a>
</div>
</div>
+ <a href="" ng-click="hideResults()" class="search-close">
+ <span class="icon-remove-sign"></span>
+ </a>
</div>
</div>
</div>