Line breaks missing after update
-
I built the following loop to display student profiles:
<div id="students"> [loop type=students taxonomy=category term=science-department-news orderby=rand count=2] <div class="students"> <div class="image-holder">[field thumbnail]</div> <div class="description"> <h3>[field title]</h3> [if taxonomy=major]<strong>Major: </strong>[taxonomy major][/if] [if taxonomy=class-year]<em>Class of [taxonomy class-year]</em>[/if] [field excerpt more=" . . . Read More"]</div> </div> [/loop]</div>
The result can be seen on this page under Our Students Say It Best. When I updated to 2.8.5 the paragraph breaks (and line breaks) disappeared from the page so I rolled back to 2.5.7 temporarily. Is this a bug you’ll be fixing or a change I should be fixing?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Line breaks missing after update’ is closed to new replies.