Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 690df58

Browse filesBrowse files
broadyJon Wayne Parrott
authored andcommitted
Double quotes for HTML attributes (GoogleCloudPlatform#610)
1 parent ee89cf6 commit 690df58
Copy full SHA for 690df58

File tree

Expand file treeCollapse file tree

1 file changed

+19
-19
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+19
-19
lines changed

‎appengine/standard/firebase/firetactoe/templates/fire_index.html

Copy file name to clipboardExpand all lines: appengine/standard/firebase/firetactoe/templates/fire_index.html
+19-19Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@
1111
</script>
1212
</head>
1313
<body>
14-
<div id='display-area' class="waiting">
14+
<div id="display-area" class="waiting">
1515
<h2>Firebase-enabled Tic Tac Toe</h2>
16-
<div id='other-player'>
16+
<div id="other-player">
1717
Waiting for another player to join.<br>
1818
Send them this link to play:<br>
19-
<div id='game-link'><a href='{{ game_link }}'>{{ game_link }}</a></div>
19+
<div id="game-link"><a href="{{ game_link }}">{{ game_link }}</a></div>
2020
</div>
21-
<div id='your-move'>Your move! Click a square to place your piece.</div>
22-
<div id='their-move'>Waiting for other player to move...</div>
23-
<div id='you-won'>You won this game!</div>
24-
<div id='you-lost'>You lost this game.</div>
25-
<div id='board'>
26-
<div class='t l cell' id='0'></div>
27-
<div class='t c cell' id='1'></div>
28-
<div class='t r cell' id='2'></div>
29-
<div class='m l cell' id='3'></div>
30-
<div class='m c cell' id='4'></div>
31-
<div class='m r cell' id='5'></div>
32-
<div class='b l cell' id='6'></div>
33-
<div class='b c cell' id='7'></div>
34-
<div class='b r cell' id='8'></div>
21+
<div id="your-move">Your move! Click a square to place your piece.</div>
22+
<div id="their-move">Waiting for other player to move...</div>
23+
<div id="you-won">You won this game!</div>
24+
<div id="you-lost">You lost this game.</div>
25+
<div id="board">
26+
<div class="t l cell" id="0"></div>
27+
<div class="t c cell" id="1"></div>
28+
<div class="t r cell" id="2"></div>
29+
<div class="m l cell" id="3"></div>
30+
<div class="m c cell" id="4"></div>
31+
<div class="m r cell" id="5"></div>
32+
<div class="b l cell" id="6"></div>
33+
<div class="b c cell" id="7"></div>
34+
<div class="b r cell" id="8"></div>
3535
</div>
36-
<div id='this-game' float='top'>
37-
Quick link to this game: <span id='this-game-link'><a href='{{ game_link }}'>{{ game_link }}</a></span>
36+
<div id="this-game" float="top">
37+
Quick link to this game: <span id="this-game-link"><a href="{{ game_link }}">{{ game_link }}</a></span>
3838
</div>
3939
</div>
4040
</body>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.