Skip to content
Snippets Groups Projects
Commit b71283e4 authored by deuce's avatar deuce
Browse files

Have browsers line-wrapping sent to the server...

parent 377b5a3a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<td class="postmsg">To: <input class="postmsg" type="text" name="to" value="All" /></td>
</tr>
<tr>
<td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="80"></textarea></td>
<td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="80" wrap="hard"></textarea></td>
</tr>
<tr>
<td align="center" class="postmsg" colspan="2"><input type="submit" value="Post Message" /></td>
......
......@@ -8,7 +8,7 @@
<td class="replymsg">To: <input class="replymsg" type="text" name="to" value="%%from%%" /></td>
</tr>
<tr>
<td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="80">%%body%%</textarea></td>
<td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="80" wrap="hard">%%body%%</textarea></td>
</tr>
<tr>
<td align="center" class="replymsg" colspan="2"><input type="submit" value="Post Reply" /></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment