]> git.openstreetmap.org Git - rails.git/commitdiff
Reword the noscript section a bit.
authorTom Hughes <tom@compton.nu>
Fri, 16 May 2008 10:09:55 +0000 (10:09 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 16 May 2008 10:09:55 +0000 (10:09 +0000)
app/views/site/index.rhtml

index f924f7a1431e8f3a4b7b301eb0da0c6dfad2250c..d6247158d3bcc7d5c31a3124f4801e5c910e911b 100644 (file)
@@ -8,9 +8,13 @@
 <%= render :partial => 'key' %>
 <%= render :partial => 'search' %>
 
-<noscript><div id="noscript"><p>You are either using a browser that doesn't support javascript, or you have disabled javascript.</p>
-<p>OpenStreetMap uses javascript for its slippy map.</p>
-<p>Try the <a href="http://tah.openstreetmap.org/Browse/">OpenStreetMap static tile browser</a>.</p></div></noscript>
+<noscript>
+  <div id="noscript">
+    <p>You are either using a browser that doesn't support javascript, or you have disabled javascript.</p>
+    <p>OpenStreetMap uses javascript for its slippy map.</p>
+    <p>You may want to try the <a href="http://tah.openstreetmap.org/Browse/">Tiles@Home static tile browser</a> if you are unable to enable javascript.</p>
+  </div>
+</noscript>
 
 <div id="map">
 <div id="permalink"><a href="/" id="permalinkanchor">Permalink</a></div>