From c62ce789e4954af1586ca4ae6c8e45da7117492e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 10 Sep 2013 11:21:26 +0100 Subject: [PATCH] Tile: add br debug html --- cookbooks/tile/templates/default/debug.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tile/templates/default/debug.erb b/cookbooks/tile/templates/default/debug.erb index 0c23f004a..3da30dfeb 100755 --- a/cookbooks/tile/templates/default/debug.erb +++ b/cookbooks/tile/templates/default/debug.erb @@ -70,7 +70,7 @@ node[:tile][:data].each do |name,data| file = "/srv/tile.openstreetmap.org/data/#{File.basename(url)}" file_basename = File.basename(url) -%> -print "%s last modified: %s" % ("<%= file_basename %>", time.ctime(os.path.getmtime("<%= file %>"))) +print "%s last modified: %s
" % ("<%= file_basename %>", time.ctime(os.path.getmtime("<%= file %>"))) <% end -%> -- 2.43.2