Made the eval textarea bigger.
parent
905f658551
commit
5c664feeed
|
@ -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/>
|
||||||
|
|
Loading…
Reference in New Issue