1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Prefer external [[]] links in Remarkup

Test Plan: I didn't repro it probably because of custom rules.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Maniphest Tasks: T1090

Differential Revision: https://secure.phabricator.com/D2150
This commit is contained in:
vrana 2012-04-08 01:13:00 -07:00
parent 2c8e6f99bd
commit 13775fde01

View file

@ -124,8 +124,8 @@ class PhabricatorMarkupEngine {
$rules[] = new PhabricatorRemarkupRuleYoutube();
}
$rules[] = new PhabricatorRemarkupRulePhriction();
$rules[] = new PhutilRemarkupRuleHyperlink();
$rules[] = new PhabricatorRemarkupRulePhriction();
$rules[] = new PhabricatorRemarkupRuleDifferentialHandle();
$rules[] = new PhabricatorRemarkupRuleManiphestHandle();