From df07a61803dd94933968349b06801232619cb872 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 e3a0708..273868f 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -1346,7 +1346,6 @@ module StopTime::Views # The main layout used by all views. def layout - doctype! html do head do title "Stop… Camping Time!" @@ -1542,7 +1541,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