diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-23 23:24:56 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-23 23:24:56 -0500 |
commit | 1bc4836e19223cd2bcdc46c517d16f80783c1bcf (patch) | |
tree | 9ffa9d4e33dd056e93ca5db8239a45c98d096179 /web/template/footer.php | |
parent | cdd2e5dbd4f50151cbf0b774acb9decc3de3314a (diff) | |
download | aurweb-1bc4836e19223cd2bcdc46c517d16f80783c1bcf.tar.xz |
Restyle the layout.
Make HTML markup more logical.
Remove some unused style sheets rules.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/template/footer.php')
-rw-r--r-- | web/template/footer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index b7fcb20..d92a786 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -5,6 +5,5 @@ echo "<p class=\"pgbox\" style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n"; } ?> - </div> </body> </html> |