mirror of
https://github.com/golang/go
synced 2024-11-21 13:34:39 -07:00
doc/codelab/wiki: rename textarea name from Body to body
R=mattn CC=golang-dev https://golang.org/cl/4034046
This commit is contained in:
parent
add4e167e3
commit
549d7f49d5
@ -1,6 +1,6 @@
|
||||
<h1>Editing {Title}</h1>
|
||||
|
||||
<form action="/save/{Title}" method="POST">
|
||||
<div><textarea name="Body" rows="20" cols="80">{Body|html}</textarea></div>
|
||||
<div><textarea name="body" rows="20" cols="80">{Body|html}</textarea></div>
|
||||
<div><input type="submit" value="Save"></div>
|
||||
</form>
|
||||
|
@ -457,7 +457,7 @@ Open a new file named <code>edit.html</code>, and add the following lines:
|
||||
<h1>Editing {Title}</h1>
|
||||
|
||||
<form action="/save/{Title}" method="POST">
|
||||
<div><textarea name="Body" rows="20" cols="80">{Body|html}</textarea></div>
|
||||
<div><textarea name="body" rows="20" cols="80">{Body|html}</textarea></div>
|
||||
<div><input type="submit" value="Save"></div>
|
||||
</form>
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user