diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-05-23 19:32:38 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-06 11:25:55 +0200 |
commit | 9cee53f3cfbe64286db9ac0361db205e6b9509e3 (patch) | |
tree | aa7ce9d6cb6f5f7504023dc3f90fe2edc680af63 /web/template/footer.php | |
parent | df19822e008b0d0df2f4e7589b5b8512674e6a59 (diff) | |
download | aur-9cee53f3cfbe64286db9ac0361db205e6b9509e3.tar.gz aur-9cee53f3cfbe64286db9ac0361db205e6b9509e3.tar.xz |
Wrap everything in a content cotainer
For consistency with archweb.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: canyonknight <canyonknight@gmail.com>
Diffstat (limited to 'web/template/footer.php')
-rw-r--r-- | web/template/footer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index 0948f686..669c9a02 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -5,5 +5,6 @@ echo "<div class=\"pgbox version\">" . htmlspecialchars($ver) . "</div>"; } ?> + </div> </body> </html> |