diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-05-31 21:30:28 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-05-31 21:30:28 +0200 |
commit | f034eef93966e0220315f295016755b5ba340a54 (patch) | |
tree | 7d467e6fc9e0aec9bc257ab30dbf1dbc78d3ba34 | |
parent | 68489d566026f8a1a21e04f13860b9f35c96d7c7 (diff) |
typo
-rw-r--r-- | templates/page.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 657761e..546142c 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -94,9 +94,9 @@ <div class="col-md-8 col-md-offset-2"> <!-- --> <!-- HEADER --> - <div class="row"> - <div class="col-md-8 col-sm-8 col-xs-6"> - <TMPL_UNLESS ISWEBSITE> + <TMPL_UNLESS ISWEBSITE> + <div class="row"> + <div class="col-md-8 col-sm-8 col-xs-6"> <TMPL_LOOP PARENTLINKS> <a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> <span class="text-muted">»</span> @@ -111,9 +111,9 @@ </a> </div> </TMPL_IF> - </TMPL_UNLESS> - </div> - <hr /> + </div> + <hr /> + </TMPL_UNLESS> <!-- --> <!-- CONTENT --> |