Repository: wicket Updated Branches: refs/heads/master 5b13f0a62 -> b31fffd80
Fix typo Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b31fffd8 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b31fffd8 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b31fffd8 Branch: refs/heads/master Commit: b31fffd8031943e2f5be113bf3a61cdd98d50513 Parents: 5b13f0a Author: Peter Lamby <[email protected]> Authored: Thu Jun 18 16:54:47 2015 +0200 Committer: Peter Lamby <[email protected]> Committed: Thu Jun 18 16:54:47 2015 +0200 ---------------------------------------------------------------------- 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/b31fffd8/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>
