summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/stations.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/stations.html b/templates/stations.html
index 0bc23f0..f63c250 100644
--- a/templates/stations.html
+++ b/templates/stations.html
@@ -13,8 +13,8 @@
<td style="text-align:left; width:240px"> {{s.name|safe}} </td>
<td style="text-align:right; width:90px"> {{s.x|floatformat:2}} </td>
<td style="text-align:right; width:90px"> {{s.y|floatformat:2}} </td>
- <td style="text-align:right; width:90px"> {{s.lat|floatformat:6}} </td>
- <td style="text-align:right; width:90px"> {{s.long|floatformat:6}} </td>
+ <td style="text-align:right; width:90px"> <em>{{s.lat|floatformat:6}} </em></td>
+ <td style="text-align:right; width:90px"> <em>{{s.long|floatformat:6}} </em></td>
<td style="text-align:right; width:90px"> {{s.z|floatformat:0}} </td>
<td style="text-align:right; width:90px"> {{s.srtm_diff.0|safe}} </td>
<td style="text-align:right;" > {{s.entrance|safe}} </td>