diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-16 16:45:52 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-16 16:45:52 +0100 |
commit | 9e12c0bdf89e65780d1cd68f994d8160f8099b3e (patch) | |
tree | d00aaea4ad714b0dfe634dec43e5b3a88942f8cf /src | |
parent | 9e43c4f1d52b437996fccf1a528a41591963ff99 (diff) |
close correct tag
Diffstat (limited to 'src')
-rw-r--r-- | src/js/views/around.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js index e054bbd..5db5bb3 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -356,7 +356,7 @@ if ( !fixmystreet.map ) { this.$('#mark-here').hide(); this.$('#relocate').hide(); - $('#front-howto').html('<p>' + FMS.strings.locate_dismissed + '</msg>'); + $('#front-howto').html('<p>' + FMS.strings.locate_dismissed + '</p>'); $('#front-howto').show(); } this.finishedLocating(); |