Ignore:
Timestamp:
2018-03-04T01:20:15+01:00 (6 years ago)
Author:
Don-vip
Message:

see #11924, see #15560, see #16048 - tt HTML tag is deprecated in HTML5: use code instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/DefaultNameFormatter.java

    r13391 r13493  
    9696     * Replies the list of naming tags used in relations. The list is given (in this order) by:
    9797     * <ul>
    98      *   <li>by the tag names in the preference <tt>relation.nameOrder</tt></li>
     98     *   <li>by the tag names in the preference <code>relation.nameOrder</code></li>
    9999     *   <li>by the default tags in {@link #DEFAULT_NAMING_TAGS_FOR_RELATIONS}
    100100     * </ul>
     
    113113    /**
    114114     * Decorates the name of primitive with its id, if the preference
    115      * <tt>osm-primitives.showid</tt> is set. Shows unique id if osm-primitives.showid.new-primitives is set
     115     * <code>osm-primitives.showid</code> is set. Shows unique id if osm-primitives.showid.new-primitives is set
    116116     *
    117117     * @param name  the name without the id
     
    511511    /**
    512512     * Decorates the name of primitive with its id, if the preference
    513      * <tt>osm-primitives.showid</tt> is set.
     513     * <code>osm-primitives.showid</code> is set.
    514514     *
    515515     * The id is append to the {@link StringBuilder} passed in <code>name</code>.
Note: See TracChangeset for help on using the changeset viewer.