diff options
author | aashiks <aashiks@gmail.com> | 2009-04-30 12:40:23 +0530 |
---|---|---|
committer | aashiks <aashiks@gmail.com> | 2009-04-30 12:40:23 +0530 |
commit | 560d36aa534a458eee1663e56bf600286c802c6d (patch) | |
tree | 3d6ef34d17bf6fd87e9ab7f842a221415e341c9b /silpa/modules/hyphenator | |
parent | 0bc0f508ebba733e8fe8430cbd4aab9e74fdcb69 (diff) | |
parent | 101ae75439d5e33e20b11243426028956abe93ad (diff) | |
download | Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.tar.gz Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.tar.xz Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.zip |
Merge branch 'master' of ssh://aashiks@git.sv.nongnu.org/srv/git/smc
Diffstat (limited to 'silpa/modules/hyphenator')
-rw-r--r-- | silpa/modules/hyphenator/hyphenator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/silpa/modules/hyphenator/hyphenator.py b/silpa/modules/hyphenator/hyphenator.py index 3f223d4..f5e8fe2 100644 --- a/silpa/modules/hyphenator/hyphenator.py +++ b/silpa/modules/hyphenator/hyphenator.py @@ -244,7 +244,7 @@ class Hyphenator(SilpaModule): text = action=form['input_text'].value .decode('utf-8') response=response % text words=text.split(" ") - response = response+"<h2>Language Detection Results</h2></hr>" + response = response+"<h2>Hyphenation Results</h2></hr>" response = response+"<table class=\"table1\"><tr><th>Word</th><th>Hyphenated Word</th></tr>" for word in words: word=word.strip() |