diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 0dd0fd1..5ead3c0 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -117,7 +117,9 @@ <!-- --> <!-- CONTENT --> - <TMPL_VAR CONTENT> + <div class="clearfix"> + <TMPL_VAR CONTENT> + </div> <hr /> <!-- --> |