Changed h3 headers to h2 in menupages, so they are consistent with h2 in home page.

This commit is contained in:
mb863 2011-02-09 20:13:14 +00:00
parent 98a6f81ef7
commit dbb222f655
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<#if !noData>
<section id="menupage-intro" role="region">
<h3>${page.title}</h3>
<h2>${page.title}</h2>
</section>
<#include "menupage-browse.ftl">