diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 58d792e4..206055db 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -51,7 +51,7 @@ <body> - <TMPL_IF HTML5><article class="page container row"><TMPL_ELSE><div class="page container row"></TMPL_IF> + <TMPL_IF HTML5><article class="page container"><TMPL_ELSE><div class="page container"></TMPL_IF> <!-- START pageheader --> <TMPL_IF HTML5><section class="pageheader col-xs-12"><TMPL_ELSE><div class="pageheader col-xs-12"></TMPL_IF> <TMPL_IF HTML5><header class="header"><TMPL_ELSE><div class="header"></TMPL_IF> |