mirror of https://github.com/golang/go.git
doc: Effective Go: formatting of code example
This commit is contained in:
parent
00547235b7
commit
b9aefd06ab
|
|
@ -41,9 +41,9 @@ const templateStr = `
|
|||
<br>
|
||||
<br>
|
||||
{{end}}
|
||||
<form action="/" name=f method="GET"><input maxLength=1024 size=70
|
||||
name=s value="" title="Text to QR Encode"><input type=submit
|
||||
value="Show QR" name=qr>
|
||||
<form action="/" name=f method="GET">
|
||||
<input maxLength=1024 size=70 name=s value="" title="Text to QR Encode">
|
||||
<input type=submit value="Show QR" name=qr>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue