diff options
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r-- | web/html/pkgsubmit.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 566890b..ce43e2c 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -434,9 +434,7 @@ html_header("Submit"); <?php endif; ?> <div class="pgbox"> - <div class="pgboxtitle"> - <span class="f3"><?php print __("Submit"); ?></span> - </div> + <h2><?php print __("Submit"); ?></h2> <div class="pgboxbody"> <p><?php echo __("Upload your source packages here. Create source packages with `makepkg --source`.") ?></p> |