all: close HTML tags

Change-Id: I53355d0e3ecc63df6e1afccc0b0e6d69c31adc82
Reviewed-on: https://go-review.googlesource.com/c/website/+/569095
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: shuang cui <imcusg@gmail.com>
diff --git a/_content/doc/gdb.html b/_content/doc/gdb.html
index 137aecc..2afb95c 100644
--- a/_content/doc/gdb.html
+++ b/_content/doc/gdb.html
@@ -184,6 +184,7 @@
 <code>"fmt.Print"</code> as an unstructured literal with a <code>"."</code>
 that needs to be quoted.  It objects even more strongly to method names of
 the form <code>pkg.(*MyType).Meth</code>.
+</li>
 <li>As of Go 1.11, debug information is compressed by default.
 Older versions of gdb, such as the one available by default on MacOS,
 do not understand the compression.
diff --git a/_content/talks/2010/go_talk-20100112.html b/_content/talks/2010/go_talk-20100112.html
index 4d67dde..ec169c0 100644
--- a/_content/talks/2010/go_talk-20100112.html
+++ b/_content/talks/2010/go_talk-20100112.html
@@ -303,9 +303,9 @@
 
 	<h2>On my Mac (OS X 10.5.8, gcc 4.0.1):</h2>
 	<ul>
-	<li>C: <code>#include &lt;stdio.h&gt;</code> reads 360 lines from 9 files.
-	<li>C++: <code>#include &lt;iostream&gt;</code> reads 25,326 lines from 131 files.
-	<li>Objective C: <code>#include &lt;Carbon/Carbon.h&gt;</code> reads 124,730 lines from 689 files.
+		<li>C: <code>#include &lt;stdio.h&gt;</code> reads 360 lines from 9 files.</li>
+		<li>C++: <code>#include &lt;iostream&gt;</code> reads 25,326 lines from 131 files.</li>
+		<li>Objective C: <code>#include &lt;Carbon/Carbon.h&gt;</code> reads 124,730 lines from 689 files.</li>
 	</ul>
 
 	<h2>And we haven't done any real work yet!</h2>
@@ -367,28 +367,28 @@
 	<div>
 	<h2>Open source:</h2>
 	<ul>
-	<li>released on November 10, 2009
-	<li>regular releases (~ weekly)
-	<li>all development done in public Mercurial repository
-	<li>outside contributions welcome
+		<li>released on November 10, 2009</li>
+		<li>regular releases (~ weekly)</li>
+		<li>all development done in public Mercurial repository</li>
+		<li>outside contributions welcome</li>
 	</ul>
 	</div>
 
 	<div>
 	<h2>Portable:</h2>
 	<ul>
-	<li>FreeBSD, Linux, OS X (x86, x86-64)
-	<li>(in progress) Linux arm, Native Client x86, Windows x86.
+		<li>FreeBSD, Linux, OS X (x86, x86-64)</li>
+		<li>(in progress) Linux arm, Native Client x86, Windows x86.</li>
 	</ul>
 	</div>
 
 	<div>
 	<h2>Still in progress, experimental.  Yet to come:</h2>
 	<ul>
-	<li>mature garbage collector
-	<li>generics?
-	<li>exceptions?
-	<li>unions or sum types?
+		<li>mature garbage collector</li>
+		<li>generics?</li>
+		<li>exceptions?</li>
+		<li>unions or sum types?</li>
 	</ul>
 	</div>
 	</div>
diff --git a/_content/talks/2010/go_talk-20100121.html b/_content/talks/2010/go_talk-20100121.html
index 035e2a2..fcbdd7d 100644
--- a/_content/talks/2010/go_talk-20100121.html
+++ b/_content/talks/2010/go_talk-20100121.html
@@ -401,12 +401,12 @@
 
 	<h2>Open source:</h2>
 	<ul>
-	<li>released on November 10, 2009
-	<li>regular releases (~ weekly)
-	<li>all development done in public Mercurial repository
-	<li>outside contributions welcome
-	<li>two independent compiler implementations
-	<li>XML, JSON, HTTP, TLS/SSL, native RPC, (network channels,) ...
+		<li>released on November 10, 2009</li>
+		<li>regular releases (~ weekly)</li>
+		<li>all development done in public Mercurial repository</li>
+		<li>outside contributions welcome</li>
+		<li>two independent compiler implementations</li>
+		<li>XML, JSON, HTTP, TLS/SSL, native RPC, (network channels,) ...</li>
 	</ul>
 </div>
 
@@ -417,8 +417,8 @@
 
 	<h2>Portable:</h2>
 	<ul>
-	<li>FreeBSD, Linux, OS X (x86, x86-64)
-	<li>(in progress) Linux arm, Native Client x86, Windows x86.
+		<li>FreeBSD, Linux, OS X (x86, x86-64)</li>
+		<li>(in progress) Linux arm, Native Client x86, Windows x86.</li>
 	</ul>
 </div>
 
@@ -430,10 +430,10 @@
 
 	<h2>Still in progress, experimental.  Yet to come:</h2>
 	<ul>
-	<li>production garbage collector
-	<li>generics?
-	<li>exceptions?
-	<li>unions or sum types?
+		<li>production garbage collector</li>
+		<li>generics?</li>
+		<li>exceptions?</li>
+		<li>unions or sum types?</li>
 	</ul>
 </div>
 
diff --git a/internal/short/admin.html b/internal/short/admin.html
index 006d25b..62748d2 100644
--- a/internal/short/admin.html
+++ b/internal/short/admin.html
@@ -64,7 +64,7 @@
 <tr>
 	<td><input type="text" name="key"{{with .New}} value="{{.Key}}"{{end}} placeholder="better-linker" required></td>
 	<td><input type="url" name="target" value="{{with .New}}{{.Target}}{{else}}https://{{end}}" required></td>
-	<td><input type="submit" name="do" value="Add">
+	<td><input type="submit" name="do" value="Add"></td>
 </tr>
 </form>
 
@@ -106,3 +106,4 @@
 	})
 });
 </script>
+</html>
\ No newline at end of file