From 54da1353e654ca9e981c235156baf97138d9183a Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 30 Jan 2012 13:58:04 +0100 Subject: [PATCH] Remove the double doctype, fix indentation --- stoptime.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stoptime.rb b/stoptime.rb index 5a7ddda..4a3ec51 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -1343,7 +1343,6 @@ module StopTime::Views # The main layout used by all views. def layout - doctype! html do head do title "Stop… Camping Time!" @@ -1539,7 +1538,7 @@ module StopTime::Views if @customers.empty? p do text! "None found! You can create one " + - "#{a "here", :href => R(CustomersNew)}." + "#{a "here", :href => R(CustomersNew)}." end else table.customers do