diff options
Diffstat (limited to 'templates/postHelp.tmpl')
-rw-r--r-- | templates/postHelp.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/postHelp.tmpl b/templates/postHelp.tmpl index d7124eb..edaf250 100644 --- a/templates/postHelp.tmpl +++ b/templates/postHelp.tmpl @@ -3,7 +3,7 @@ {{ end }} {{ define "main" }} <h1>Post</h1> - <div class="postContent"> + <section class="postContent"> {{ printf "%s" .Content }} - </div> + </section> {{ end }} |