﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9608	Duplicated html tag in LatLonDialog	support@…	team	"Doing translation to my native language i find this:
IN josm/trunk/src/org/openstreetmap/josm/gui/dialogs/LatLonDialog.java
There is:
{{{
103	                        ""<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>""
}}}

Should be:
{{{
103	                        ""<li>49 29.4 19 24.5</li>"" +
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></ul>""
}}}


Tag </ul> in line 104 should be removed, because there is added another <li>, and later <ul> is closed i line 105.
Bug doesn't cause any problem with displaying text in JOSM.


"	defect	closed	trivial	14.01	Core	latest	fixed	i18n	
