summaryrefslogtreecommitdiff
path: root/wikimarkup.py
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 23:33:02 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 23:33:02 +0200
commitec326ad225c6cda0051f1c7b3751639f4823d4ac (patch)
tree9274227a9af6f7c4a071a731beaa80da343c7fba /wikimarkup.py
parent9c42879d35f0cfa36d06d1bdfe07c6284bcd71ef (diff)
downloadwikitrans-ec326ad225c6cda0051f1c7b3751639f4823d4ac.tar.gz
wikitrans-ec326ad225c6cda0051f1c7b3751639f4823d4ac.tar.bz2
Minor fixes
Diffstat (limited to 'wikimarkup.py')
-rw-r--r--wikimarkup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wikimarkup.py b/wikimarkup.py
index 160760a..4eb4ed0 100644
--- a/wikimarkup.py
+++ b/wikimarkup.py
@@ -524,7 +524,7 @@ class WikiMarkup (BaseWikiMarkup):
for s in elt[1]:
if re.search('\w', s):
return False
- elif re.search('\w', s):
+ elif re.search('\w', elt[1]):
return False
else:
return True
@@ -614,7 +614,7 @@ class WikiMarkup (BaseWikiMarkup):
"eo": "Esperanto" ,
"es": "Español" , # Spanish
"et": "Eesti" , # Estonian
- "e": "Euskara" , # Basque
+ "eu": "Euskara" , # Basque
"ext": "Estremeñ",
"fa": "فارسی" , # Persian

Return to:

Send suggestions and report system problems to the System administrator.