diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index d92a7867..435de5c7 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -2,7 +2,7 @@ <!-- End of main content --> <?php if ($ver) { - echo "<p class=\"pgbox\" style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n"; + echo "<div class=\"pgbox version\">$ver</div>"; } ?> </body> |