diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/footer.php | 3 | ||||
-rw-r--r-- | web/template/pkg_search_form.php | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index fe8f89c..b7fcb20 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -1,9 +1,8 @@ <!-- End of main content --> - <br /> <?php if ($ver) { - print "<p style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n"; + echo "<p class=\"pgbox\" style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n"; } ?> </div> diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 90feb37..46242ff 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -125,4 +125,3 @@ <?php endif; ?> </form> </div> -<br /> |