You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/06/18 22:09:00 UTC

wicket git commit: Fix typo (cherry picked from commit b31fffd8031943e2f5be113bf3a61cdd98d50513)

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x edcbd4e84 -> 1688bf4c1


Fix typo
(cherry picked from commit b31fffd8031943e2f5be113bf3a61cdd98d50513)


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1688bf4c
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1688bf4c
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1688bf4c

Branch: refs/heads/wicket-6.x
Commit: 1688bf4c1cdf39102c20e3c8e5dc6e8c3ae1ae5d
Parents: edcbd4e
Author: Peter Lamby <pe...@web.de>
Authored: Thu Jun 18 16:54:47 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Jun 18 23:08:44 2015 +0300

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/resources/resources_9.gdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1688bf4c/wicket-user-guide/src/docs/guide/resources/resources_9.gdoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/docs/guide/resources/resources_9.gdoc b/wicket-user-guide/src/docs/guide/resources/resources_9.gdoc
index 0d3a2c2..3bcdb9b 100644
--- a/wicket-user-guide/src/docs/guide/resources/resources_9.gdoc
+++ b/wicket-user-guide/src/docs/guide/resources/resources_9.gdoc
@@ -2,7 +2,7 @@ Starting from version 6.15.0 we can specify where header contributors must be re
 
 {code:html}
 <head>
-  <meta chartset="UTF-8"/>
+  <meta charset="UTF-8"/>
   <wicket:header-items/>
   <script src="my-monkey-patch-of-wicket-ajax.js"></script>
 </head>