diff options
-rw-r--r-- | templates/web/base/report/_inspect.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html index fb58a0cfa..59806dc66 100644 --- a/templates/web/base/report/_inspect.html +++ b/templates/web/base/report/_inspect.html @@ -28,8 +28,8 @@ <span id="problem_northing">[% local_coords.1 %]</span> [% ELSE %] <strong>[% loc('Latitude/Longitude:') %]</strong> - <span id="problem_latitude">[% problem.latitude %]</span> - <span id="problem_longitude">[% problem.longitude %]</span>, + <span id="problem_latitude">[% problem.latitude %]</span>, + <span id="problem_longitude">[% problem.longitude %]</span> [% END %] <input type="hidden" name="longitude" value="[% problem.longitude %]"> <input type="hidden" name="latitude" value="[% problem.latitude %]"> |