Update Quirk to {content}
-
So I just updated recently and noticed that {content} gets wrapped in some additional divs… Is there away to prevent content from doing that, outside of a pile of “CSS zeroing”?
Here’s the code/loop I’m using:
[event_embed from="now" limit="6"] <div id="frontpage-events"> <h2><a href="{url}">{title}</a></h2> <p>{content} //?{start_date}</p> </div> [/event_embed]
And here’s the output of one of the loops:
<div id="frontpage-events"> <h2><a href="[correct url]">[correct title]</a></h2> <p><div class="l-subsection"><div class="l-subsection-h g-html i-cf"><p>{content}</p> </div></div> {start_date} </p> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Update Quirk to {content}’ is closed to new replies.