mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, fix simpleoptions parse of {F123} notation.
This commit is contained in:
parent
89128a70d5
commit
8b851e4978
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class PhabricatorRemarkupRuleEmbedFile
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!empty($matches[2])) {
|
if (!empty($matches[2])) {
|
||||||
|
$matches[2] = trim($matches[2], ', ');
|
||||||
$options = PhutilSimpleOptions::parse($matches[2]) + $options;
|
$options = PhutilSimpleOptions::parse($matches[2]) + $options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue