From 44336c429ca7e2593816f487d33e1064b46cdb00 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Thu, 7 Mar 2019 15:47:41 -0800 Subject: [PATCH] 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. --- app/src/main/res/raw/about.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/raw/about.html b/app/src/main/res/raw/about.html index 32651a201..54ebed464 100644 --- a/app/src/main/res/raw/about.html +++ b/app/src/main/res/raw/about.html @@ -2,6 +2,7 @@ + - - -
- -
-

%about-version%

- %about-content% -

Built on: %build-date%

- - \ No newline at end of file + +
+ +
+

%about-version%

+ %about-content% +

Built on: %build-date%

+ +