We're missing a closing tag somewhere in the HTML - specifically on the browse pages, I think. Example: https://cdrhrailsdev.unl.edu/family-letters/en/browse/person.name
I can't figure out what exactly is happening, but I suspect the footer should NOT be nested inside <div id="content-wrapper" class="container"> like it currently is, which means the missing tag is somewhere between those two.
We're missing a closing tag somewhere in the HTML - specifically on the browse pages, I think. Example: https://cdrhrailsdev.unl.edu/family-letters/en/browse/person.name
I can't figure out what exactly is happening, but I suspect the
footershould NOT be nested inside<div id="content-wrapper" class="container">like it currently is, which means the missing tag is somewhere between those two.