Fix missing doctype in main layout

This commit is contained in:
Paul van Tilburg 2014-10-18 21:27:46 +02:00
parent d5b5e0e4e0
commit 70588df53f
1 changed files with 1 additions and 0 deletions

View File

@ -1487,6 +1487,7 @@ module StopTime::Views
# The main layout used by all views.
def layout
doctype!
html(:lang => "en") do
head do
title "Stop… Camping Time!"