Hi
I have a Custom Field (Type: Text input) for Adding Vimeo Videos to an entry.
The Code Looks like this:
<div class="film">{blog_video}</div>The Rendered Code looks like this:
<div class="film">
<iframe src="http://player.vimeo.com/video/31449775?title=0&byline=0&portrait=0"></p>
</div>Where is this p Tag coming from? How can I prevent that?
Thank you for your Help