fix dot
This commit is contained in:
parent
d06c434263
commit
b8c391f2c2
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ public class ShowRouteInfoActivity extends OsmandListActivity {
|
|||
String description = routeDirectionInfo
|
||||
.getDescriptionRoutePart();
|
||||
html.append("<td>");
|
||||
html.append(String.valueOf(i+1) + " " + description);
|
||||
html.append(String.valueOf(i+1) + ". " + description);
|
||||
html.append("</td>");
|
||||
RouteInfoAdapter.CumulativeInfo cumulativeInfo = routeInfo
|
||||
.getRouteDirectionCumulativeInfo(i);
|
||||
|
|
Loading…
Reference in a new issue