ISIS-1516: fixes typo on home page
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1bb051ff Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/1bb051ff Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/1bb051ff Branch: refs/heads/master Commit: 1bb051fffa998b13e8555333e549cd98b73f80df Parents: d023786 Author: Dan Haywood <[email protected]> Authored: Wed Oct 12 14:23:35 2016 +0100 Committer: Dan Haywood <[email protected]> Committed: Fri Oct 21 15:39:47 2016 +0100 ---------------------------------------------------------------------- adocs/documentation/src/main/asciidoc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/1bb051ff/adocs/documentation/src/main/asciidoc/index.html ---------------------------------------------------------------------- diff --git a/adocs/documentation/src/main/asciidoc/index.html b/adocs/documentation/src/main/asciidoc/index.html index f735450..a84dc8e 100644 --- a/adocs/documentation/src/main/asciidoc/index.html +++ b/adocs/documentation/src/main/asciidoc/index.html @@ -808,7 +808,7 @@ mvn archetype:generate \ <link href="./css/jquery.tocify/1.9.0/jquery.tocify.css" rel="stylesheet"> -<script src="./js/jqueryui/1.11.4/jquery-ui.min.js"></script> --> +<script src="./js/jqueryui/1.11.4/jquery-ui.min.js"></script> <script src="./js/jquery.tocify/1.9.0/jquery.tocify.js"></script> <script src="./js/slick/1.5.0/slick.min.js"></script>
