mirror of https://github.com/golang/go.git
doc: Effective Go: formatting of code example
Change-Id: I7f5947cef3ec43746f60abca556dda29a705caf7
GitHub-Last-Rev: b9aefd06ab
GitHub-Pull-Request: golang/go#35404
Reviewed-on: https://go-review.googlesource.com/c/go/+/205610
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
00547235b7
commit
63546a03cc
|
|
@ -41,9 +41,9 @@ const templateStr = `
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
{{end}}
|
{{end}}
|
||||||
<form action="/" name=f method="GET"><input maxLength=1024 size=70
|
<form action="/" name=f method="GET">
|
||||||
name=s value="" title="Text to QR Encode"><input type=submit
|
<input maxLength=1024 size=70 name=s value="" title="Text to QR Encode">
|
||||||
value="Show QR" name=qr>
|
<input type=submit value="Show QR" name=qr>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue