summaryrefslogtreecommitdiffstats
path: root/silpa/modules/hyphenator/hyphenator.py
diff options
context:
space:
mode:
Diffstat (limited to 'silpa/modules/hyphenator/hyphenator.py')
-rw-r--r--silpa/modules/hyphenator/hyphenator.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/silpa/modules/hyphenator/hyphenator.py b/silpa/modules/hyphenator/hyphenator.py
index f5e8fe2..889aee3 100644
--- a/silpa/modules/hyphenator/hyphenator.py
+++ b/silpa/modules/hyphenator/hyphenator.py
@@ -234,9 +234,8 @@ class Hyphenator(SilpaModule):
You can give the text in any language and even with mixed language
</p>
<form action="" method="post">
- <textarea cols='100' rows='25' name='input_text' id='id1'>%s</textarea>
+ <textarea name='input_text' id='id1'>%s</textarea>
<input type="submit" id="Hyphenate" value="Hyphenate" name="action" style="width:12em;"/>
- <input type="reset" value="Clear" style="width:12em;"/>
</br>
</form>
"""