Remove the double doctype, fix indentation

This commit is contained in:
Paul van Tilburg 2012-01-30 13:58:04 +01:00
parent f1b5f5168b
commit 29ad270f0f
1 changed files with 1 additions and 2 deletions

View File

@ -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