aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/around/around_map_list_items.html4
-rw-r--r--templates/web/default/around/on_map_list_items.html4
2 files changed, 2 insertions, 6 deletions
diff --git a/templates/web/default/around/around_map_list_items.html b/templates/web/default/around/around_map_list_items.html
index 06790a734..b6c2e6d9c 100644
--- a/templates/web/default/around/around_map_list_items.html
+++ b/templates/web/default/around/around_map_list_items.html
@@ -4,9 +4,7 @@
[% dist = tprintf("%.1f", (p.distance || 0) ) %]
<li>
- <a href="[% c.uri_for('/report', p.id ) %]">
- [% p.title | html %]
- </a>
+ <a href="[% c.uri_for('/report', p.id ) %]">[% p.title | html %]</a>
<small>([% prettify_epoch( p.time, 1 ) %], [% dist %]km)</small>)</small>
[% IF p.state == 'fixed' %]
<small>[% loc('(fixed)') %]</small>
diff --git a/templates/web/default/around/on_map_list_items.html b/templates/web/default/around/on_map_list_items.html
index 2408f5553..11a4e3138 100644
--- a/templates/web/default/around/on_map_list_items.html
+++ b/templates/web/default/around/on_map_list_items.html
@@ -1,9 +1,7 @@
[% IF on_map.size %]
[% FOREACH p IN on_map %]
<li>
- <a href="[% c.uri_for('/report', p.id ) %]">
- [% p.title | html %]
- </a>
+ <a href="[% c.uri_for('/report', p.id ) %]">[% p.title | html %]</a>
<small>([% prettify_epoch( p.time, 1 ) %])</small>
[% IF p.state == 'fixed' %]
<small>[% loc('(fixed)') %]</small>