diff options
Diffstat (limited to 'docs/config')
| -rw-r--r-- | docs/config/templates/indexPage.template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/templates/indexPage.template.html b/docs/config/templates/indexPage.template.html index 9582c825..8b297cda 100644 --- a/docs/config/templates/indexPage.template.html +++ b/docs/config/templates/indexPage.template.html @@ -219,7 +219,7 @@ </div> <div class="grid-right"> <div id="loading" ng-show="loading">Loading...</div> - <div ng-hide="loading" ng-include="currentPage.outputPath" onload="afterPartialLoaded()" autoscroll></div> + <div ng-hide="loading" ng-include="currentPage.outputPath || 'Error404.html'" onload="afterPartialLoaded()" autoscroll></div> </div> </div> </section> |
