diff options
author | Christopher Baines <cbaines8@gmail.com> | 2013-02-02 16:06:59 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2013-02-02 16:06:59 +0000 |
commit | b7ed0122e5885485e1e06a7bd669501c7ed6a42f (patch) | |
tree | 0a521b862ea5a1ae013d45b845524ed132d64526 /resources | |
parent | 3e75081bdc43df7bcca20ca652b67191f1e946ec (diff) | |
download | health-map-b7ed0122e5885485e1e06a7bd669501c7ed6a42f.tar health-map-b7ed0122e5885485e1e06a7bd669501c7ed6a42f.tar.gz |
Use capitalisation
Diffstat (limited to 'resources')
-rw-r--r-- | resources/map.js | 2 |
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>\ |