Fix #477
This commit is contained in:
parent
e9aa8d347f
commit
e723427b99
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ function generateWikiEntry(layout: LayoutConfig) {
|
|||
|name= [https://mapcomplete.osm.be/${layout.id} ${layout.id}]
|
||||
|region= Worldwide
|
||||
|lang= ${languages}
|
||||
|descr= A MapComplete theme: ${Translations.W(layout.description)
|
||||
.InnerRenderAsString()
|
||||
|descr= A MapComplete theme: ${Translations.WT(layout.description)
|
||||
.textFor("en")
|
||||
.replace("<a href='", "[[")
|
||||
.replace(/'>.*<\/a>/, "]]")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue