diff options
author | tardo <tardo@nagi-fanboi.net> | 2007-09-25 21:15:34 -0400 |
---|---|---|
committer | Paul Mattal <paul@mattal.com> | 2007-09-27 08:59:27 -0400 |
commit | b4946839ea26c4ccabd914da4213561be9b1cf22 (patch) | |
tree | 14aa4fd8a052394e0cc2710ae87246eb2a55baec /web/lib/pkgfuncs.inc | |
parent | 2e1230589dcc5c1bb19a2460193cc1de0fb73d34 (diff) | |
download | aurweb-b4946839ea26c4ccabd914da4213561be9b1cf22.tar.xz |
Messages run across colspan=3 now.
Using colspan=2 seemed to make the text wrap.
Signed-off-by: tardo <tardo@nagi-fanboi.net>
Diffstat (limited to 'web/lib/pkgfuncs.inc')
-rw-r--r-- | web/lib/pkgfuncs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index cf87268..1afc908 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -354,7 +354,7 @@ function package_details($id=0, $SID="") { } echo "</tr>\n"; if ($row["LocationID"] == 2) { - echo " <tr><td colspan='2'>"; + echo " <tr><td colspan='3'>"; 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>"; } else { |