Skip to content

Commit d902a6d

Browse files
committed
Fixed Pint issue.
1 parent 332d672 commit d902a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/Webkul/Email/src/Helpers/Htmlfilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1283,8 +1283,8 @@ public function AutoLinkUrls($str, $popup = false)
12831283
$matches['5'][$i].
12841284
$matches['6'][$i].'</a>'.
12851285
$period, $str);
1286-
} //end for
1287-
} //end if
1286+
} // end for
1287+
} // end if
12881288

12891289
return $str;
12901290
}

0 commit comments

Comments
 (0)