Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 16:37 UTC
Updated:
4 Dec 2009 at 20:48 UTC
See picture. Is this a bug or 'by design'? When i put a read more link as Full HTML, there's an extra line.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal-viewsblock-bug.png | 16.54 KB | MatthijsG |
Comments
Comment #1
merlinofchaos commentedThe 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.Comment #2
MatthijsG commentedOk. Clear.