From 1c2f4132113a38948468fa992b738cb864e67774 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Thu, 8 Aug 2019 18:27:07 +0200 Subject: Formatting --- include/zid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zid.php') diff --git a/include/zid.php b/include/zid.php index 344976437..05161d5c2 100644 --- a/include/zid.php +++ b/include/zid.php @@ -205,7 +205,7 @@ function zidify_text($s) { */ function red_zrl_callback($matches) { - // Catch and exclude trailing punctuation + // Catch and exclude trailing punctuation if (preg_match("/[.,;:!?)]*$/i", $matches[2], $pts)) $matches[2] = substr($matches[2], 0, strlen($matches[2])-strlen($pts[0])); -- cgit v1.2.3