Commit 2f503c1f by Urvil Shah

when Saving don't Wrap the Url By Default.

parent 421aae89
Pipeline #12937 passed with stages
in 23 minutes 41 seconds
......@@ -164,8 +164,8 @@ namespace Mobile.Search.Web.Controllers
TimeSpan.FromSeconds(1));
int count = Regex.Matches(value, HRefPattern).Count;
if (!isSendEmail)
WrapUrl = true;
//if (!isSendEmail)
// WrapUrl = true;
HashSet<string> Url = new HashSet<string>();
HashSet<string> UrlWrap = new HashSet<string>();
StringBuilder sb = new StringBuilder();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment