aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2013-02-02 16:06:59 +0000
committerChristopher Baines <cbaines8@gmail.com>2013-02-02 16:06:59 +0000
commitb7ed0122e5885485e1e06a7bd669501c7ed6a42f (patch)
tree0a521b862ea5a1ae013d45b845524ed132d64526
parent3e75081bdc43df7bcca20ca652b67191f1e946ec (diff)
downloadhealth-map-b7ed0122e5885485e1e06a7bd669501c7ed6a42f.tar
health-map-b7ed0122e5885485e1e06a7bd669501c7ed6a42f.tar.gz
Use capitalisation
-rw-r--r--resources/map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/map.js b/resources/map.js
index a503d66..ad45853 100644
--- a/resources/map.js
+++ b/resources/map.js
@@ -9,7 +9,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>\