Move share content conversion before link handling in Text\BBCode::convert

This commit is contained in:
Hypolite Petovan 2020-06-03 22:02:01 -04:00
parent 297e721ecc
commit 010ec99b35
2 changed files with 10 additions and 9 deletions

View file

@ -236,7 +236,7 @@ class BBCodeTest extends MockedTest
'bug-7808-code-amp' => [
'expectedHtml' => '<code>&amp;</code>',
'text' => '[code]&[/code]',
]
],
];
}