Made the eval textarea bigger.

cvs
Chris Double 2004-07-26 02:28:11 +00:00
parent 905f658551
commit 5c664feeed
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ USE: errors
#! Display the components for allowing entry of #! Display the components for allowing entry of
#! factor words to be evaluated. #! factor words to be evaluated.
<form method= "post" action= form> [ <form method= "post" action= form> [
<textarea name= "eval" textarea> [ <textarea name= "eval" rows= "10" cols= "40" textarea> [
"" write "" write
] </textarea> ] </textarea>
<input type= "submit" value= "Evaluate" input/> <input type= "submit" value= "Evaluate" input/>