Changeset 6753 in josm


Ignore:
Timestamp:
2014-01-26T13:31:47+01:00 (10 years ago)
Author:
stoecker
Message:

fix #9608 - duplicated HTML tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/LatLonDialog.java

    r6500 r6753  
    8787                        "</ul>" +
    8888                        "Symbols <tt>&deg;</tt>, <tt>&#39;</tt>, <tt>&prime;</tt>, <tt>&quot;</tt>, <tt>&Prime;</tt> are optional.<br/><br/>" +
    89                         "Some examples:<ul>" +
     89                        "Some examples:<ul>{0}</ul>",
    9090                        "<li>49.29918&deg; 19.24788&deg;</li>" +
    9191                        "<li>N 49.29918 E 19.24788</li>" +
     
    102102                        "<li>N 49 29.918 E 19 15.88</li>" +
    103103                        "<li>49 29.4 19 24.5</li>" +
    104                         "<li>-49 29.4 N -19 24.5 W</li></ul>" +
    105                         "<li>48 deg 42&#39; 52.13\" N, 21 deg 11&#39; 47.60\" E</li></ul>"
    106                         )),
     104                        "<li>-49 29.4 N -19 24.5 W</li>" +
     105                        "<li>48 deg 42&#39; 52.13\" N, 21 deg 11&#39; 47.60\" E</li>")),
    107106                GBC.eol().fill().weight(1.0, 1.0));
    108107
Note: See TracChangeset for help on using the changeset viewer.