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

Location:
trunk/src/org/openstreetmap/josm/gui/help
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/help/HelpContentReader.java

    r10137 r13493  
    1414 * help browser.
    1515 *
    16  * The help content has to be <strong>filtered</strong> because only the main content <tt>&lt;div&gt;</tt>
     16 * The help content has to be <strong>filtered</strong> because only the main content <code>&lt;div&gt;</code>
    1717 * of a Wiki help page is displayed in the internal help browser.
    1818 *
  • trunk/src/org/openstreetmap/josm/gui/help/HelpContentReaderException.java

    r10137 r13493  
    2323     * Constructs a new {@code HelpContentReaderException}.
    2424     * @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
    25      *        (A <tt>null</tt> value is permitted, and indicates that the cause is nonexistent or unknown.)
     25     *        (A <code>null</code> value is permitted, and indicates that the cause is nonexistent or unknown.)
    2626     * @param responseCode HTTP response code related to the wiki access exception (0 if not applicable)
    2727     */
Note: See TracChangeset for help on using the changeset viewer.