From 13775fde018cb78520cffc64cf61c79b60142868 Mon Sep 17 00:00:00 2001 From: vrana Date: Sun, 8 Apr 2012 01:13:00 -0700 Subject: [PATCH] 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 --- src/applications/markup/engine/PhabricatorMarkupEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/markup/engine/PhabricatorMarkupEngine.php b/src/applications/markup/engine/PhabricatorMarkupEngine.php index 1e94db0136..bcdc2a8170 100644 --- a/src/applications/markup/engine/PhabricatorMarkupEngine.php +++ b/src/applications/markup/engine/PhabricatorMarkupEngine.php @@ -124,8 +124,8 @@ class PhabricatorMarkupEngine { $rules[] = new PhabricatorRemarkupRuleYoutube(); } - $rules[] = new PhabricatorRemarkupRulePhriction(); $rules[] = new PhutilRemarkupRuleHyperlink(); + $rules[] = new PhabricatorRemarkupRulePhriction(); $rules[] = new PhabricatorRemarkupRuleDifferentialHandle(); $rules[] = new PhabricatorRemarkupRuleManiphestHandle();