summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/basic_page.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'mustache-templates/reproducible/basic_page.mustache')
-rw-r--r--mustache-templates/reproducible/basic_page.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/mustache-templates/reproducible/basic_page.mustache b/mustache-templates/reproducible/basic_page.mustache
index f5fe0383..5ba1f8db 100644
--- a/mustache-templates/reproducible/basic_page.mustache
+++ b/mustache-templates/reproducible/basic_page.mustache
@@ -16,11 +16,11 @@
{{{navigation_html}}}
</header>
{{/navigation_html}}
- {{#navigation_html}}<div class="mainbody">{{/navigation_html}}
+ <div {{#navigation_html}}class="mainbody"{{/navigation_html}}>
{{#main_header}}
<h2>{{main_header}}</h2>
{{/main_header}}
{{{main_html}}}
- {{#navigation_html}}</div>{{/navigation_html}}
+ </div>
</body>
</html>