]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
back out my change to the link format; see if it helps
authorEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 03:02:00 +0000 (23:02 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 03:02:00 +0000 (23:02 -0400)
darcs-hash:20080716030200-84dde-eaff2cdf00d9268594b5ecf7913a6746a516af62.gz

lib/util.php

index 322d89b9d282ff08502ffe7a098cb317c837b5cd..e8ca5271631d63194e3c5debfa526163db59814f 100644 (file)
@@ -595,7 +595,7 @@ function common_render_content($text, $notice) {
        $id = $notice->profile_id;
        $r = preg_replace('@https?://[^)\]>\s]+@', '<a href="\0" class="extlink">\0</a>', $r);
        $r = preg_replace('/(^|\s+)@([a-z0-9]{1,64})/e', "'\\1@'.common_at_link($id, '\\2')", $r);
-       $r = preg_replace('/^T ([A-Z0-9]{1,64}) /e', "'T '.common_at_link($id, strtolower('\\1')).' '", $r);
+       $r = preg_replace('/^T ([A-Z0-9]{1,64}) /e', "'T '.common_at_link($id, '\\1').' '", $r);
        # XXX: # tags
        # XXX: machine tags
        return $r;