If the maximum length is set to something other than zero then all links are listed with '...' at the end. I patched my copy locally (line 61, version 1.1.2.4) to include:
&& strlen($match[2]) > $max_link_length
in the test part of the line ($max_link_length > 0).
This drops out the trailing '...' unless the text is too long. I'd submit it via cvs but I'm not yet cvs enabled.
Comments
Comment #1
njivy commentedThanks for the tip, ac4lt. I will fix the trailing ellipses shortly, but you may be interested to know that the custom among Drupal developers is to submit patches and not to commit CVS changes directly for projects that other developers maintain. This may not seem intuitive at first.
Comment #2
njivy commentedFixed. Thanks again.
Comment #3
(not verified) commented