diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-05-23 13:33:06 -0400 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-06 11:25:58 +0200 |
commit | f90d56937697ad3709fa15bdf3526f679d84ef60 (patch) | |
tree | 4ffa0add03ff1166d789af49ba58f55baab8eb95 /web/html/addvote.php | |
parent | 9cee53f3cfbe64286db9ac0361db205e6b9509e3 (diff) | |
download | aurweb-f90d56937697ad3709fa15bdf3526f679d84ef60.tar.xz |
Remove all traces of "pgboxtitle"
Using a div container to format heading is ridiculous. Use "<h2></h2>"
instead.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: canyonknight <canyonknight@gmail.com>
Diffstat (limited to 'web/html/addvote.php')
-rw-r--r-- | web/html/addvote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/addvote.php b/web/html/addvote.php index 4b6c5b5..fe0047f 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -82,7 +82,7 @@ if ($atype == "Trusted User" || $atype == "Developer") { <?php endif; ?> <div class="pgbox"> -<div class="pgboxtitle"><?php print __("Submit a proposal to vote on.") ?></div> +<h2><?php print __("Submit a proposal to vote on.") ?></h2> <div class="pgboxbody"> <form action='addvote.php' method='post'> <p> |