diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-10 14:30:48 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-10 14:30:48 +0000 |
commit | 6bd06a709ec0ef59033d54c5d4e99d2bc6e4f98f (patch) | |
tree | 2fd4eb2218fbf20abfd744ee0ef21435103f2289 /phpBB/language/en/help_faq.php | |
parent | 90c514188a1128dcf7975ec03440d74f23b4e784 (diff) | |
download | forums-6bd06a709ec0ef59033d54c5d4e99d2bc6e4f98f.tar forums-6bd06a709ec0ef59033d54c5d4e99d2bc6e4f98f.tar.gz forums-6bd06a709ec0ef59033d54c5d4e99d2bc6e4f98f.tar.bz2 forums-6bd06a709ec0ef59033d54c5d4e99d2bc6e4f98f.tar.xz forums-6bd06a709ec0ef59033d54c5d4e99d2bc6e4f98f.zip |
Broken link in FAQ (the rest of this still needs updating)
git-svn-id: file:///svn/phpbb/trunk@6038 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/help_faq.php')
-rw-r--r-- | phpBB/language/en/help_faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php index 3a25caeb3b..31d9a8f5fd 100644 --- a/phpBB/language/en/help_faq.php +++ b/phpBB/language/en/help_faq.php @@ -198,7 +198,7 @@ $help = array( ), array( 0 => 'Who wrote this bulletin board?', - 1 => 'This software (in its unmodified form) is produced, released and is copyright <a href=\"http://www.phpbb.com/\" target=\"_blank\">phpBB Group</a>. It is made available under the GNU General Public Licence and may be freely distributed, see link for more details' + 1 => 'This software (in its unmodified form) is produced, released and is copyright <a href="http://www.phpbb.com/" target="_blank">phpBB Group</a>. It is made available under the GNU General Public Licence and may be freely distributed, see link for more details' ), array( 0 => 'Why isn\'t X feature available?', |