1
0
Fork 0
fenix/app/src/main
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
..
java/org/mozilla/fenix Closes #867 - Update Default Browser Toggle in onResume 2019-03-06 22:34:42 -08:00
res Fix stray HTML tag in about.html 2019-03-07 16:30:16 -08:00
AndroidManifest.xml Fixes #706: Adds launchMode singleInstance (#829) 2019-03-04 14:32:10 -08:00