mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Avoid use of "<b>"/"</b>"
* Use "<label>"/"</label>" for form labels. * Use "<strong>"/"</strong>" for important text. * Use "<h4>"/"</h4>" for headings. * Drop "<b>"/"</b>" everywhere else. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
6102759b7c
commit
d56a88897b
7 changed files with 21 additions and 22 deletions
|
@ -33,7 +33,7 @@ $dbh = db_connect();
|
|||
<?php
|
||||
echo __(
|
||||
'Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!',
|
||||
'<b>', '</b>',
|
||||
'<strong>', '</strong>',
|
||||
'<a href="http://wiki.archlinux.org/index.php/Arch_Packaging_Standards">',
|
||||
'</a>'
|
||||
);
|
||||
|
@ -67,9 +67,8 @@ $dbh = db_connect();
|
|||
?>
|
||||
</p>
|
||||
|
||||
<h4><?= __('DISCLAIMER') ?></h4>
|
||||
<div class="important">
|
||||
<b><?= __('DISCLAIMER') ?> :</b>
|
||||
<br />
|
||||
<?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue