Ignore:
Timestamp:
2016-09-07T23:26:26+02:00 (8 years ago)
Author:
donvip
Message:

fix #josm13563 - support "source" in tag2link plugin (patch by Klumbumbus)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml

    r31902 r32940  
    3535        </rule>
    3636        <rule>
     37            <condition k="source" v="(http:|https:).*"/>
     38            <link name="View website" href="%v%" />
     39        </rule>
     40        <rule>
    3741            <condition k="image" v="(http:|https:).*"/>
    3842            <link name="View image" href="%v%" />
Note: See TracChangeset for help on using the changeset viewer.