diff options
author | canyonknight <canyonknight@gmail.com> | 2012-10-18 23:12:29 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-10-20 18:47:01 +0200 |
commit | d25a57c9735fa8e01f399cac5330e897bf470ef9 (patch) | |
tree | fcf56c79c28082c90a7a6bbdcc7df4ae7a514f81 /web/html/home.php | |
parent | a9f052036d89df5cff91f382ef7890fab37be41e (diff) | |
download | aur-d25a57c9735fa8e01f399cac5330e897bf470ef9.tar.gz aur-d25a57c9735fa8e01f399cac5330e897bf470ef9.tar.xz |
home.php: Fix XHTML tag errors
* Add missing <p> tag
* Move <h4> outside of a <p> tag
* Rename an id to avoid a conflict with an already existing id
Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/home.php')
-rw-r--r-- | web/html/home.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/html/home.php b/web/html/home.php index f5a9afe9..4d5b6994 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -43,8 +43,8 @@ $dbh = db_connect(); <?= __('Remember to vote for your favourite packages!'); ?> <?= __('Some packages may be provided as binaries in [community].'); ?> </p> - <p> <h4><?= __('Discussion') ?></h4> + <p> <?php echo __( 'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. This list can be used for package orphan requests, merge requests, and deletion requests. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.', @@ -56,6 +56,7 @@ $dbh = db_connect(); ?> </p> <h4><?= __('Bug Reporting') ?></h4> + <p> <?php echo __( 'If you find a bug in the AUR, please fill out a bug report on our %sbug tracker%s. Use the tracker to report bugs in the AUR %sonly%s. To report packaging bugs contact the package maintainer or leave a comment on the appropriate package page.', @@ -107,7 +108,7 @@ $dbh = db_connect(); </tr> </table> </div> - <div id="pkg-updates" class="widget box"> + <div id="pkg-stats" class="widget box"> <table> <tr> <td class="pkg-name"> |