mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Messages run across colspan=3 now.
Using colspan=2 seemed to make the text wrap. Signed-off-by: tardo <tardo@nagi-fanboi.net>
This commit is contained in:
parent
2e1230589d
commit
b4946839ea
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ function package_details($id=0, $SID="") {
|
||||||
}
|
}
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
if ($row["LocationID"] == 2) {
|
if ($row["LocationID"] == 2) {
|
||||||
echo " <tr><td colspan='2'>";
|
echo " <tr><td colspan='3'>";
|
||||||
if ($row["Safe"]) {
|
if ($row["Safe"]) {
|
||||||
echo "<span class='f7'>".__("The above files have been verified (by %h%s%h) and are safe to use.", array("<a href='/account.php?Action=AccountInfo&ID=".$row["VerifiedBy"]."'>", username_from_id($row["VerifiedBy"]), "</a>"))."</span></td>";
|
echo "<span class='f7'>".__("The above files have been verified (by %h%s%h) and are safe to use.", array("<a href='/account.php?Action=AccountInfo&ID=".$row["VerifiedBy"]."'>", username_from_id($row["VerifiedBy"]), "</a>"))."</span></td>";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue