You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2017/10/09 12:27:12 UTC

wicket git commit: Small fix to text formatting

Repository: wicket
Updated Branches:
  refs/heads/master 58a7106d7 -> 9eba234e8


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/master
Commit: 9eba234e8087edc368a2804a90c93fe4aeec4c5d
Parents: 58a7106
Author: Andrea Del Bene <ad...@apache.org>
Authored: Mon Oct 9 14:26:30 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
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]
 ----