Changeset 28506 in osm for applications/editors/josm


Ignore:
Timestamp:
2012-07-23T19:59:15+02:00 (12 years ago)
Author:
simon04
Message:

JOSM/wikipedia: fix #josm7891 - Open Wikipedia link doesn't work if there's a space in the title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaApp.java

    r28488 r28506  
    256256        public String getBrowserUrl() {
    257257            if (getHrefFromDescription() != null) {
    258                 return getHrefFromDescription();
     258                return getHrefFromDescription().replace(" ", "_");
    259259            } else {
    260260                return "http://" + wikipediaLang + ".wikipedia.org/wiki/"
Note: See TracChangeset for help on using the changeset viewer.