mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 13:16:36 +02:00
Naked "&" changed to "&" as it is used in HTML <textarea> git-svn-id: file:///svn/phpbb/trunk@7387 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -683,11 +683,11 @@ function compose_pm($id, $mode, $action)
|
|||||||
|
|
||||||
if ($config['allow_post_links'])
|
if ($config['allow_post_links'])
|
||||||
{
|
{
|
||||||
$quote_username_text = '[url=' . generate_board_url() . "/memberlist.$phpEx?mode=viewprofile&u={$post['author_id']}]{$quote_username}[/url]";
|
$quote_username_text = '[url=' . generate_board_url() . "/memberlist.$phpEx?mode=viewprofile&u={$post['author_id']}]{$quote_username}[/url]";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$quote_username_text = $quote_username . ' (' . generate_board_url() . "/memberlist.$phpEx?mode=viewprofile&u={$post['author_id']})";
|
$quote_username_text = $quote_username . ' (' . generate_board_url() . "/memberlist.$phpEx?mode=viewprofile&u={$post['author_id']})";
|
||||||
}
|
}
|
||||||
|
|
||||||
$forward_text = array();
|
$forward_text = array();
|
||||||
|
Reference in New Issue
Block a user