diff options
Diffstat (limited to 'notes/customisation.pod')
-rw-r--r-- | notes/customisation.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/customisation.pod b/notes/customisation.pod index 04bfb6e1d..fedd9da44 100644 --- a/notes/customisation.pod +++ b/notes/customisation.pod @@ -133,7 +133,7 @@ that the geocoder will consider: return { centre => '52.688198,-1.804966', span => '0.1196,0.218675', - bounds => [ '52.807793,-1.586291', '52.584891,-1.963232' ], + bounds => [ 52.807793, -1.586291, 52.584891, -1.963232 ], }; } |