]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
loosen restrictions on names for atlinks
authorEvan Prodromou <evan@prodromou.name>
Thu, 29 May 2008 17:16:04 +0000 (13:16 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 29 May 2008 17:16:04 +0000 (13:16 -0400)
darcs-hash:20080529171604-84dde-63bf0f261fe340df7bfec22a0b64daf2ca42615e.gz

lib/util.php

index 4ed1a4afb87505daefc40663d3a1b8c6bf86a482..8b5ac7080fc5a0ce20d72299b36854eac379bd81 100644 (file)
@@ -353,7 +353,7 @@ function common_render_content($text, $notice=NULL) {
        $r = htmlspecialchars($text);
        if ($notice) {
                $id = $notice->profile_id;
-               $r = preg_replace('/\b@([\w-]{1-64})\b/e', "@common_at_link($id, '\\1')", $r);
+               $r = preg_replace('/\b@([\w-]+)\b/e', "@common_at_link($id, '\\1')", $r);
        }
        # XXX: # tags
        # XXX: machine tags