summaryrefslogtreecommitdiff
path: root/wikimarkup.py
diff options
context:
space:
mode:
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.