Skip to content

Commit

Permalink
Merge pull request #183 from EricDunsworth/v4.0-servermessage-doctype…
Browse files Browse the repository at this point in the history
…-linebreak-removal

Server message pages: Removed line break before HTML doctype.
  • Loading branch information
lucas-hay authored Nov 23, 2017
2 parents 2d0551a + 207d85f commit d45b55c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/layouts/servermessage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
{
"officiallanguage": "<%= language === 'en' || language === 'fr' %>"
}
---
<!DOCTYPE html>
---<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="{{language}}" dir="{{{i18n "lang-dir"}}}"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="{{language}}" dir="{{{i18n "lang-dir"}}}">
Expand Down

0 comments on commit d45b55c

Please sign in to comment.