Minor - Format code - refs BT#13277

pull/2487/head
Angel Fernando Quiroz Campos 8 years ago
parent f77061c095
commit 2f2f950f48
  1. 1
      main/template/default/layout/show_footer.tpl
  2. 9
      main/template/default/layout/show_header.tpl

@ -2,7 +2,6 @@
</div>
</section>
{% include template ~ "/layout/page_footer.tpl" %}
{% else %}
{% endif %}
</div>
{% include template ~ '/layout/footer.js.tpl' %}

@ -1,7 +1,10 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="{{ document_language }}" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="{{ document_language }}" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="{{ document_language }}" class="no-js lt-ie9"> <![endif]-->
<!--[if lt IE 7]>
<html lang="{{ document_language }}" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html lang="{{ document_language }}" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html lang="{{ document_language }}" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="{{ document_language }}" class="no-js"> <!--<![endif]-->
<head>

Loading…
Cancel
Save