Fix an issue with Diviner symbol rule using incorrect logic
Auditors: btrahan
This commit is contained in:
@@ -34,7 +34,7 @@ final class DivinerRemarkupRuleSymbol extends PhutilRemarkupRule {
|
||||
}
|
||||
|
||||
public function markupSymbol($matches) {
|
||||
if ($this->isFlatText($matches[0])) {
|
||||
if (!$this->isFlatText($matches[0])) {
|
||||
return $matches[0];
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ final class PhabricatorMarkupEngine {
|
||||
|
||||
private $objects = array();
|
||||
private $viewer;
|
||||
private $version = 10;
|
||||
private $version = 11;
|
||||
|
||||
|
||||
/* -( Markup Pipeline )---------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user