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