aboutsummaryrefslogtreecommitdiffstats
path: root/include/zid.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-08-08 18:27:07 +0200
committerMax Kostikov <max@kostikov.co>2019-08-08 18:27:07 +0200
commit1c2f4132113a38948468fa992b738cb864e67774 (patch)
tree34a2e8523e58091b69307931781b40d1cc7cfd22 /include/zid.php
parent2300581c93d0f40b1972774e05f493332729a948 (diff)
downloadvolse-hubzilla-1c2f4132113a38948468fa992b738cb864e67774.tar.gz
volse-hubzilla-1c2f4132113a38948468fa992b738cb864e67774.tar.bz2
volse-hubzilla-1c2f4132113a38948468fa992b738cb864e67774.zip
Formatting
Diffstat (limited to 'include/zid.php')
-rw-r--r--include/zid.php2
1 files changed, 1 insertions, 1 deletions
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]));