Merge branch 'fs#155-article-surouding-space' into develop
This commit is contained in:
@@ -282,7 +282,7 @@ class RedFamParser( RedFam ):
|
|||||||
|
|
||||||
articlesList = []
|
articlesList = []
|
||||||
for link in heading.ifilter_wikilinks():
|
for link in heading.ifilter_wikilinks():
|
||||||
article = str( link.title )
|
article = str( link.title ).strip()
|
||||||
|
|
||||||
# Split in title and anchor part
|
# Split in title and anchor part
|
||||||
article = article.split("#", 1)
|
article = article.split("#", 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user