Commit 4fc5990
committed
Fix App Identity sample HTML to match Google Style.
Google style expects valid HTML, so I added the missing title and
character encoding tags. Also, attributes should use double quotes, not
single quotes.
https://google.github.io/styleguide/htmlcssguide.xml1 parent d289deb commit 4fc5990
File tree
1 file changed
+6
-4
lines changed- appengine/appidentity/src/main/java/com/example/appengine/appidentity
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments