1
0
Fork 0
fenix/app/src
Daniel Holbert 44336c429c Fix stray HTML tag in about.html
Just moving the `html` tag to the beginning (to be the parent of the `head`, rather than its next-sibling).

I'm also deindenting `body` and its contents so that the indentation is consistent. (Alternately, we could increase the indentation of `head` and all of its contents, but that seems unnecessary, and it would probably force the `img#wordmark` /**/ comment to wrap to 3 lines. Seems simpler to just have html/body/head all at the same level of indentation, which is a somewhat common practice to save on indentation.)

This fixes #901.
2019-03-07 16:30:16 -08:00
..
androidTest/java/org/mozilla/fenix Remove test imports 2019-03-01 17:48:44 -08:00
debug Fixes #675: Integrate Adjust SDK (for Greenfield flavor) 2019-03-01 12:57:59 -06:00
firefoxBeta Closes #699: Firefox flavors: Re-use sharedUserId. 2019-02-28 10:54:02 -06:00
firefoxNightly Closes #699: Firefox flavors: Re-use sharedUserId. 2019-02-28 10:54:02 -06:00
firefoxRelease Closes #699: Firefox flavors: Re-use sharedUserId. 2019-02-28 10:54:02 -06:00
main Fix stray HTML tag in about.html 2019-03-07 16:30:16 -08:00
release/java/org/mozilla/fenix Suppress unreachable code hack 2019-03-04 16:42:53 -08:00
test/java/org/mozilla/fenix Fixes #589: Add sample unit tests for a component 2019-02-20 09:20:40 -08:00