See picture. Is this a bug or 'by design'? When i put a read more link as Full HTML, there's an extra line.

CommentFileSizeAuthor
drupal-viewsblock-bug.png16.54 KBMatthijsG

Comments

merlinofchaos’s picture

Status: Active » Closed (works as designed)

The Full HTML filter surrounds its text with <p> tags making it a block element, so you cannot readily use that filter if you want inline data around it. There's not much I can do about this; my recommendation is to actually use the strip tags feature and disallow HTML entirely, guaranteeing that you can safely make the field inline.

MatthijsG’s picture

Status: Closed (works as designed) » Closed (fixed)

Ok. Clear.