Repository: wicket Updated Branches: refs/heads/WICKET-6105-java.time 559796c40 -> 39bbfb91c
Small fix to text formatting Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9eba234e Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9eba234e Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9eba234e Branch: refs/heads/WICKET-6105-java.time Commit: 9eba234e8087edc368a2804a90c93fe4aeec4c5d Parents: 58a7106 Author: Andrea Del Bene <[email protected]> Authored: Mon Oct 9 14:26:30 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Mon Oct 9 14:26:30 2017 +0200 ---------------------------------------------------------------------- wicket-user-guide/src/main/asciidoc/resources/resources_8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/9eba234e/wicket-user-guide/src/main/asciidoc/resources/resources_8.adoc ---------------------------------------------------------------------- diff --git a/wicket-user-guide/src/main/asciidoc/resources/resources_8.adoc b/wicket-user-guide/src/main/asciidoc/resources/resources_8.adoc index 5df1703..16a9954 100644 --- a/wicket-user-guide/src/main/asciidoc/resources/resources_8.adoc +++ b/wicket-user-guide/src/main/asciidoc/resources/resources_8.adoc @@ -58,7 +58,7 @@ The following code is taken from the Application class of the project: } ---- -As you can see in the code above the _bucket_ that will contain JavaScript tags is called _ .[footer-container] To make a use of it the developer have to add a special component called _HeaderResponseContainer_ in his page: +As you can see in the code above the _bucket_ that will contain JavaScript tags is called _footer-container_ To make a use of it the developer have to add a special component called _HeaderResponseContainer_ in his page: [source,java] ----
