Skip to content

Commit e2bd64a

Browse files
cuishuanggopherbot
authored andcommitted
all: close HTML tags
Change-Id: I53355d0e3ecc63df6e1afccc0b0e6d69c31adc82 Reviewed-on: https://go-review.googlesource.com/c/website/+/569095 Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: shuang cui <[email protected]>
1 parent 49e4b39 commit e2bd64a

File tree

4 files changed

+28
-26
lines changed

4 files changed

+28
-26
lines changed

_content/doc/gdb.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ <h3 id="Known_Issues">Known Issues</h3>
184184
<code>"fmt.Print"</code> as an unstructured literal with a <code>"."</code>
185185
that needs to be quoted. It objects even more strongly to method names of
186186
the form <code>pkg.(*MyType).Meth</code>.
187+
</li>
187188
<li>As of Go 1.11, debug information is compressed by default.
188189
Older versions of gdb, such as the one available by default on MacOS,
189190
do not understand the compression.

_content/talks/2010/go_talk-20100112.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ <h2>Except that it's more often a tree instead of a chain.</h2>
303303

304304
<h2>On my Mac (OS X 10.5.8, gcc 4.0.1):</h2>
305305
<ul>
306-
<li>C: <code>#include &lt;stdio.h&gt;</code> reads 360 lines from 9 files.
307-
<li>C++: <code>#include &lt;iostream&gt;</code> reads 25,326 lines from 131 files.
308-
<li>Objective C: <code>#include &lt;Carbon/Carbon.h&gt;</code> reads 124,730 lines from 689 files.
306+
<li>C: <code>#include &lt;stdio.h&gt;</code> reads 360 lines from 9 files.</li>
307+
<li>C++: <code>#include &lt;iostream&gt;</code> reads 25,326 lines from 131 files.</li>
308+
<li>Objective C: <code>#include &lt;Carbon/Carbon.h&gt;</code> reads 124,730 lines from 689 files.</li>
309309
</ul>
310310

311311
<h2>And we haven't done any real work yet!</h2>
@@ -367,28 +367,28 @@ <h1>Go Status</h1>
367367
<div>
368368
<h2>Open source:</h2>
369369
<ul>
370-
<li>released on November 10, 2009
371-
<li>regular releases (~ weekly)
372-
<li>all development done in public Mercurial repository
373-
<li>outside contributions welcome
370+
<li>released on November 10, 2009</li>
371+
<li>regular releases (~ weekly)</li>
372+
<li>all development done in public Mercurial repository</li>
373+
<li>outside contributions welcome</li>
374374
</ul>
375375
</div>
376376

377377
<div>
378378
<h2>Portable:</h2>
379379
<ul>
380-
<li>FreeBSD, Linux, OS X (x86, x86-64)
381-
<li>(in progress) Linux arm, Native Client x86, Windows x86.
380+
<li>FreeBSD, Linux, OS X (x86, x86-64)</li>
381+
<li>(in progress) Linux arm, Native Client x86, Windows x86.</li>
382382
</ul>
383383
</div>
384384

385385
<div>
386386
<h2>Still in progress, experimental. Yet to come:</h2>
387387
<ul>
388-
<li>mature garbage collector
389-
<li>generics?
390-
<li>exceptions?
391-
<li>unions or sum types?
388+
<li>mature garbage collector</li>
389+
<li>generics?</li>
390+
<li>exceptions?</li>
391+
<li>unions or sum types?</li>
392392
</ul>
393393
</div>
394394
</div>

_content/talks/2010/go_talk-20100121.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,12 @@ <h1>Go Status</h1>
401401

402402
<h2>Open source:</h2>
403403
<ul>
404-
<li>released on November 10, 2009
405-
<li>regular releases (~ weekly)
406-
<li>all development done in public Mercurial repository
407-
<li>outside contributions welcome
408-
<li>two independent compiler implementations
409-
<li>XML, JSON, HTTP, TLS/SSL, native RPC, (network channels,) ...
404+
<li>released on November 10, 2009</li>
405+
<li>regular releases (~ weekly)</li>
406+
<li>all development done in public Mercurial repository</li>
407+
<li>outside contributions welcome</li>
408+
<li>two independent compiler implementations</li>
409+
<li>XML, JSON, HTTP, TLS/SSL, native RPC, (network channels,) ...</li>
410410
</ul>
411411
</div>
412412

@@ -417,8 +417,8 @@ <h2>Open source</h2>
417417

418418
<h2>Portable:</h2>
419419
<ul>
420-
<li>FreeBSD, Linux, OS X (x86, x86-64)
421-
<li>(in progress) Linux arm, Native Client x86, Windows x86.
420+
<li>FreeBSD, Linux, OS X (x86, x86-64)</li>
421+
<li>(in progress) Linux arm, Native Client x86, Windows x86.</li>
422422
</ul>
423423
</div>
424424

@@ -430,10 +430,10 @@ <h2>Portable</h2>
430430

431431
<h2>Still in progress, experimental. Yet to come:</h2>
432432
<ul>
433-
<li>production garbage collector
434-
<li>generics?
435-
<li>exceptions?
436-
<li>unions or sum types?
433+
<li>production garbage collector</li>
434+
<li>generics?</li>
435+
<li>exceptions?</li>
436+
<li>unions or sum types?</li>
437437
</ul>
438438
</div>
439439

internal/short/admin.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<tr>
6565
<td><input type="text" name="key"{{with .New}} value="{{.Key}}"{{end}} placeholder="better-linker" required></td>
6666
<td><input type="url" name="target" value="{{with .New}}{{.Target}}{{else}}https://{{end}}" required></td>
67-
<td><input type="submit" name="do" value="Add">
67+
<td><input type="submit" name="do" value="Add"></td>
6868
</tr>
6969
</form>
7070

@@ -106,3 +106,4 @@
106106
})
107107
});
108108
</script>
109+
</html>

0 commit comments

Comments
 (0)