Updated Branches: refs/heads/master 37e843913 -> b97026292
fixed Xml parse testcase Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b9702629 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b9702629 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b9702629 Branch: refs/heads/master Commit: b9702629212f4b8c897dc18f52b1a2343a5da58c Parents: 3bd545c Author: Emond Papegaaij <[email protected]> Authored: Fri May 4 14:12:02 2012 +0200 Committer: Emond Papegaaij <[email protected]> Committed: Fri May 4 14:12:02 2012 +0200 ---------------------------------------------------------------------- .../wicket/examples/atmosphere/HomePage.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/b9702629/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.html ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.html index 03dbd4a..be814a5 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/atmosphere/HomePage.html @@ -13,7 +13,7 @@ Message received: <span wicket:id="message"></span> </p> <form wicket:id="form"> - <input wicket:id="input"> <a href="#" wicket:id="send">Send + <input wicket:id="input" /> <a href="#" wicket:id="send">Send message</a> </form> </body>
