chiark / gitweb /
wip
[nj-awaymsg.git] / mason / edit
index 6f256ef4f71927ec6c30cc5e02236fe2cde85630..8dddaa2702c081fc58abb0afbe3d015eef77c543 100755 (executable)
@@ -43,7 +43,7 @@ if (!$tx) { die "no such text $textid"; }
 <& htmlhead, subpage => "Edit \"$tx->{'desc'}\"" &>
 <form action="save" method="post">
 <&| txtable, tx => $tx, inputs => 1 &>
-<tr><td colspan=2><textarea cols=79 rows=15><%
+<tr><td colspan=2><textarea name="text" cols="79" rows="15"><%
   $tx->{'text'} |h %></textarea></td></tr>
 </&>
 <input type="hidden" name="textid" value="<% $tx->{'textid'} %>">