diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-19 02:52:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-19 08:28:22 -0400 |
| commit | 66a3324c4c46c4e4c198d997caba548e78ed436d (patch) | |
| tree | 4f3d30400b8ff60df4d362b6118f1f906cc4d058 /static/build.html | |
| parent | 43739b3b80bece29b3a4ff4e9ab2ba549ff7cd82 (diff) | |
avoid omitting optional closing tags
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 68ebf05d..e3d1c687 100644 --- a/static/build.html +++ b/static/build.html @@ -322,7 +322,7 @@ git submodule update --init <pre>source script/envsetup.sh</pre> - <p>Select the desired build target (<code>aosp_crosshatch</code> is the Pixel 3 XL): + <p>Select the desired build target (<code>aosp_crosshatch</code> is the Pixel 3 XL):</p> <pre>choosecombo release aosp_crosshatch user</pre> |
