summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/about.php b/about.php
index a950a39..7a8bab4 100644
--- a/about.php
+++ b/about.php
@@ -5,7 +5,7 @@
$str = gettext("ABOUT");
echo "<h4>$str</h4>";
- echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'/>\n";
+ echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'>\n";
echo "<div class='about'>\n";
@@ -15,7 +15,7 @@
echo "<p>".gettext("\"the fresh ebuilds\" is a site to track information about packages, ebuilds and their relative metadata supplied by <a href='http://www.gentoo.org/'>Gentoo Linux</a>.")."</p>\n";
echo "<p>".gettext("This site is not an official Gentoo website.")."</p>\n";
echo "<p>".gettext("Original Gentoo artwork and logos copyright &copy; Gentoo Foundation.")."</p>\n";
- echo "<p>".sprintf(gettext("\"the fresh ebuilds\" original design and artwork by %s."), '"the fresh ebuilds"', "<a href='http://www.molanphydesign.com/'>Molanphy Design</a>")."</p>\n";
+ echo "<p>".sprintf(gettext("\"the fresh ebuilds\" original design and artwork by %s."), "<a href='http://www.molanphydesign.com/'>Molanphy Design</a>")."</p>\n";
echo "<p>".sprintf(gettext("Icon set copyright &copy; %s."), "<a href='http://www.famfamfam.com/'>Mark James</a>")."</p>\n";
echo "<p>".sprintf(gettext("Original code and site maintenance by %s."), "<a href='http://wonkabar.org/'>Steve Dibb</a>")."</p>\n";
echo "<p>".sprintf(gettext("Powered by %s and lots of chocolate-chip cookies."), "<a href='http://www.gentoo.org/'>Gentoo Linux</a>, <a href='http://httpd.apache.org/'>Apache 2</a>, <a href='http://www.php.net/'>PHP 5</a>, <a href='http://www.postgresql.org/'>PostgreSQL 8</a>")."</p>\n";