diff --git a/phpBB/phpbb/textformatter/s9e/factory.php b/phpBB/phpbb/textformatter/s9e/factory.php index 6497f5fd47..1edb170634 100644 --- a/phpBB/phpbb/textformatter/s9e/factory.php +++ b/phpBB/phpbb/textformatter/s9e/factory.php @@ -114,13 +114,13 @@ class factory implements \phpbb\textformatter\cache_interface * @var array Default templates, taken from bbcode::bbcode_tpl() */ protected $default_templates = array( - 'b' => '', - 'i' => '', - 'u' => '', - 'img' => '{L_IMAGE}', - 'size' => 'font-size: %; line-height: normal', - 'color' => '', - 'email' => ' + 'b' => '', + 'i' => '', + 'u' => '', + 'img' => '{L_IMAGE}', + 'size' => 'font-size: %; line-height: normal', + 'color' => '', + 'email' => ' mailto: @@ -132,6 +132,23 @@ class factory implements \phpbb\textformatter\cache_interface ', + 'mention' => '@ + + + + + + color: #; + + + + + + + + + + ', ); /** diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 8ee7351486..2780d869d2 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -8,26 +8,6 @@
  • - -@ - - - - - - color: #; - - - - - - - - - - - -
    {USERNAME} {L_WROTE}{L_COLON}