_includes/fileformat/fileformatdetail.html in appscms-tools-theme-1.8.8 vs _includes/fileformat/fileformatdetail.html in appscms-tools-theme-1.8.9
- old
+ new
@@ -7,10 +7,10 @@
{%- assign item = i | downcase -%}
{%- assign fileData = site.data.files[lang][item] -%}
{%- assign static = site.static_files -%}
{%- if fileData.size>0 -%}
<div class="col-12">
- <h2 class="feature-h1 text-left my-4">{{fileData.Format}}</h2>
+ <h3 class="feature-h1 text-left my-4">{{fileData.Format}}</h3>
</div>
<table class="table table-bordered ">
<tbody>
{%- if fileData.ShortName -%}
<tr>
\ No newline at end of file