Hello,

I checked the Link Placement Inline box, but the link is still in a new line. You can check out here: http://david.latapie.name/ (look for the "(suite…)" character string).

Thanks.

CommentFileSizeAuthor
#2 read-more-01.png36.47 KBtodd nienkerk
#2 read-more-02.png59.32 KBtodd nienkerk

Comments

David Latapie’s picture

Note I experience the issue for "Espace « fine » insécable" but not, for instance, for "Metaprofile — proposal for an improved Drupal default profile".

todd nienkerk’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Closed (works as designed)
StatusFileSize
new59.32 KB
new36.47 KB

Lowering priority. "Critical" is reserved for bugs that cause a site to break, throw DB errors, or generally wreak havoc.

I've looked over your site and have found several instances in which the module is working properly. I have attached screenshots of two such posts.

In nearly every example of the link appearing on a new line, it's doing so because there is additional markup that forces the module to place the link in a <div> instead of a <span>. Some examples include <blockquote> and <pre> tags appearing at the end of the teaser. This is expected and intentional behavior in all cases when the teaser doesn't end in a simple <p> tag.

You can change this behavior in the module's advanced settings by selecting more tags into which the link will attempt to insert itself.