Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=13a7096c984bc6e396f5c637c24576df755ac68a
commit 13a7096c984bc6e396f5c637c24576df755ac68a Author: Melko <[email protected]> Date: Sun Sep 11 15:30:23 2011 +0200 fix string in about.php diff --git a/frugalware/about.php b/frugalware/about.php index 4bb70e1..e752ce6 100644 --- a/frugalware/about.php +++ b/frugalware/about.php @@ -36,7 +36,7 @@ set_locale($llang, $domain); $fwshortabout = gettext("Frugalware is a general purpose linux distribution, designed for intermediate users (who are not afraid of text mode)."); $fwabout= array ( array (gettext("Frequently asked questions"), - gettext("Please read the dedicated <a href="http://wiki.frugalware.org/index.php/FAQ">FAQ page on the wiki</a>.")) + gettext("Please read the dedicated <a href=\"http://wiki.frugalware.org/index.php/FAQ\">FAQ page on the wiki</a>.")) ); // include the config and let's start page _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
