mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix broken XHTML.
Fix a lot of invalid XHTML in the templates and actions. There might still be some legacy code left, but this should cover most of it. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
c34bebf428
commit
7f9e498e48
14 changed files with 170 additions and 154 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="pgbox">
|
||||
<div class="pgboxtitle" align="right">
|
||||
<div class="pgboxtitle" style="text-align:right;">
|
||||
<span class='f3'><?php print $type ?></span>
|
||||
</div>
|
||||
<table width='100%' cellspacing='0' cellpadding='2'>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<td class='<?php print $c ?>'><span class='f6'><span class='blue'>
|
||||
<?php
|
||||
if (!empty($row['User'])) {
|
||||
print "<a href='packages.php?K=" . $row['User'] . "&SeB=m'>" . $row['User'] . "</a>";
|
||||
print "<a href='packages.php?K=" . $row['User'] . "&SeB=m'>" . $row['User'] . "</a>";
|
||||
} else {
|
||||
print "N/A";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue