On Sun, Dec 11, 2011 at 11:18:03AM +0200, Henry C. wrote:
> Trying out trunk r1207196, after being away for .quite. some time (and things
> are looking groovy; kudos to all).
Thanks and nice to see you again, Henry. :)
> Creating a highlighted excerpt on a url (eg,
> www.abc.com/folder-1/blah.php?a=1) will return the ellipses "..." (in other
> words, an empty string) but only if excerpt_length=>n is triggered.
I'm not sure I understand exactly. Are you saying that if you've set
excerpt_length to N, URLs which are over N characters will return an
ellipsis rather than truncate?
# excerpt_length => 20
http://www.foo.com/ => http://www.foo.com/ # correct
http://www.foo.com/stuff.html => http://www.foo.com/… # desired
http://www.foo.com/stuff.html => … # actual
Or is it something else?
Marvin Humphrey