]> git.openstreetmap.org Git - rails.git/blobdiff - lib/short_link.rb
Rename .htaccess to htacess.example to stop it causing problems when
[rails.git] / lib / short_link.rb
index afcf1ef37f5462a0b83b4cc3d85a283a24e0dc7d..b91d7e569dddc57d12e3b3fe02d11df7aea10e82 100644 (file)
@@ -57,7 +57,7 @@ module ShortLink
     # append characters onto the end of the string to represent
     # partial zoom levels (characters themselves have a granularity
     # of 3 zoom levels).
-    ((z + 8) % 3).times { str << "=" }
+    ((z + 8) % 3).times { str << "-" }
     
     return str
   end