summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-11-17 15:56:10 +0100
committerDan McGee <dan@archlinux.org>2008-01-20 07:21:18 +0100
commitd245f691eea12a2307d5c49f81d1d8ee7b415251 (patch)
treebf0d6a5f3a9533d6e784d68708d27f752f3589fb /web/html/index.php
parentc17b629a4d6e52e137afc9cb0f9c5dd3edc9ece3 (diff)
downloadaur-d245f691eea12a2307d5c49f81d1d8ee7b415251.tar.gz
aur-d245f691eea12a2307d5c49f81d1d8ee7b415251.tar.xz
Fixes to disclaimer text.
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 854c32c0..2a1a4893 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -318,9 +318,8 @@ print "</table>";
print " </td>";
print "</tr>\n";
print "</table>\n";
-echo "</div>\n";
# End Table 1
-echo "<span class='f4'>".__("DISCLAIMER: Unsupported PKGBUILDs are user produced content, by downloading them you agree to do so at your own risk.")."</span>";
+echo "<br /><span class='important'>".__("DISCLAIMER")."</span>";
echo " </div>";
echo "</div>";
html_footer(AUR_VERSION);