mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
a9f052036d
commit
d25a57c973
1 changed files with 3 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue