aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/map.js b/resources/map.js
index cdeefd2..02a45d3 100644
--- a/resources/map.js
+++ b/resources/map.js
@@ -253,7 +253,7 @@ $(document).ready(function() {
<h2>Hospital</h2>\
<table width="100%">\
<tr><td>Name</td><td align="right"><%= properties["name"] %></td></tr>\
-<tr><td>Emergency</td><td align="right"><%= properties["emergency"] %></td></tr>\
+<tr><td>Emergency</td><td align="right" style="text-transform:capitalize;"><%= properties["emergency"] %></td></tr>\
</table>\
<h2>Catchment Area</h2>\
<table>\