--- links_weblink.module 2009-01-11 16:38:28.000000000 +0000 +++ links_weblink.module 2009-01-11 18:22:38.000000000 +0000 @@ -730,7 +730,7 @@ function links_weblink_filter_tips($delt return t("You may create links to items stored in our weblink registry using a special syntax. The weblink codes will be replaced by a links to visit the real websites. Syntax: [weblink:node_id] (to use the first link for that node), [weblink:node_id/link_id] (to use a specific link for that node) or [weblink:http://a.weblink.example.com/] (to specify a raw URL)."); } else { - return t("You may link to webpages through the weblinks registry", array("%long-tip" => url("filter/tips", NULL, 'weblink'))); + return t("You may link to webpages through the weblinks registry", array("@long-tip" => url("filter/tips", array('fragment' => 'weblink')))); } }