You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2015/07/14 23:05:43 UTC

deltaspike git commit: DELTASPIKE-954 CLIENTWINDOW windowhandler.html contains unreplaced variable

Repository: deltaspike
Updated Branches:
  refs/heads/master 2cbbfcaa1 -> 6ebde1a5b


DELTASPIKE-954 CLIENTWINDOW windowhandler.html contains unreplaced variable

Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/6ebde1a5
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/6ebde1a5
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/6ebde1a5

Branch: refs/heads/master
Commit: 6ebde1a5bd944c4c2cdae4607075485fa3c2e74d
Parents: 2cbbfca
Author: Thomas Andraschko <ta...@apache.org>
Authored: Tue Jul 14 23:05:36 2015 +0200
Committer: Thomas Andraschko <ta...@apache.org>
Committed: Tue Jul 14 23:05:36 2015 +0200

----------------------------------------------------------------------
 .../modules/jsf/impl/src/main/resources/static/windowhandler.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/6ebde1a5/deltaspike/modules/jsf/impl/src/main/resources/static/windowhandler.html
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/impl/src/main/resources/static/windowhandler.html b/deltaspike/modules/jsf/impl/src/main/resources/static/windowhandler.html
index 251e183..9e326a8 100644
--- a/deltaspike/modules/jsf/impl/src/main/resources/static/windowhandler.html
+++ b/deltaspike/modules/jsf/impl/src/main/resources/static/windowhandler.html
@@ -22,7 +22,7 @@
 <html>
 
 <head><title>Loading...</title></head>
-<body $$bodyAttributes$$><div id="message" style="position:absolute;left:40%;top:40%">
+<body><div id="message" style="position:absolute;left:40%;top:40%">
     Your browser does not support JavaScript.
     Click <a href="$$noscriptUrl$$">here</a> to continue without JavaScript.
 </div></body>