diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-21 07:46:55 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-21 17:28:50 +0000 |
commit | 715d30801d30e4aa9a81b2dcb5111d924ebc8ffc (patch) | |
tree | 239b6cb400db5348ef6605fa375dc9fa573ba98e | |
parent | 7f45a2fc19e5e225b2cc9e6acbb515c9f6efe2ac (diff) |
correct spelling
-rw-r--r-- | www/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 9323c66..302a1e9 100644 --- a/www/index.html +++ b/www/index.html @@ -1,3 +1,6 @@ + +use Data::Printer; +p $meta_data; <!DOCTYPE html> <html class="mobile"> <head> @@ -57,7 +60,7 @@ <div class="container"> <div class="content" role="main"> <div class="tablewrapper" style="text-align: center; padding-top: 50%"> - Determing location + Determining location </div> </div> </div> |