gnosygnu / xowa

xowa offline wiki application
Other
375 stars 41 forks source link

wikidata not forming property correctly #332

Closed desb42 closed 5 years ago

desb42 commented 5 years ago

Looking at www.wikidata.org/wiki/Q14860476 in xowa and hovering over 'Ensambl Gene ID' wikidata1 The link highlights as '../www.wikidata.org/wiki/Property:594' The 'P' is missing. This should read as '../www.wikidata.org/wiki/Property:P594' A correction to Wdata_fmtr__claim_grp.java at line 283 is required, to become

, "                                  <a href='/wiki/Property:P~{pid}' title='Property:P~{pid}'>~{pid_lbl}</a>"
gnosygnu commented 5 years ago

Cool. Nice catch, and much obliged for the precise line of code. Fixed with the commit above. Thanks.