From 5791829d4604f1738c8082a97882643a53ca7381 Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Mon, 24 Oct 2016 12:03:43 -0700 Subject: [PATCH] Double quotes for html attributes. Also add charset. --- .../src/main/webapp/WEB-INF/view/index.jsp | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/appengine/firebase-tictactoe/src/main/webapp/WEB-INF/view/index.jsp b/appengine/firebase-tictactoe/src/main/webapp/WEB-INF/view/index.jsp index c5f08aebf28..dacb82b3110 100644 --- a/appengine/firebase-tictactoe/src/main/webapp/WEB-INF/view/index.jsp +++ b/appengine/firebase-tictactoe/src/main/webapp/WEB-INF/view/index.jsp @@ -17,6 +17,7 @@ + <%@ include file="firebase_config.jspf" %> @@ -28,30 +29,30 @@ -
+

Firebase-enabled Tic Tac Toe

-
+
Waiting for another player to join.
Send them this link to play:
- +
-
Your move! Click a square to place your piece.
-
Waiting for other player to move...
-
You won this game!
-
You lost this game.
-
-
-
-
-
-
-
-
-
-
+
Your move! Click a square to place your piece.
+
Waiting for other player to move...
+
You won this game!
+
You lost this game.
+
+
+
+
+
+
+
+
+
+
-
- Quick link to this game: <%= request.getAttribute("game_link") %> +
+ Quick link to this game: "><%= request.getAttribute("game_link") %>