Page Footer Appears in the Middle of the Page
Platform Notice: Cloud and Data Center - This article applies equally to both cloud and data center platforms.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
The footer appears in the middle of a page. Here is an example screenshot:

Causes
There is an invalid or malformed custom layout
There is invalid or malformed Wiki Markup. For example, there is an unbalanced {column} macro. See also CONFSERVER-17670 - Section macro produces invalid HTML if it does not contain the column macro. Example code:
{section} {column} {column} || Test || Test || | {loremipsum} | {loremipsum} | | {loremipsum} | {loremipsum} | | {loremipsum} | {loremipsum} | | {loremipsum} | {loremipsum} | | {loremipsum} | {loremipsum} | {column} {section}
There are no {column} macros within a {section} macro and a table Markup is within the {section} macro. For example:
{section} || Test || Test || | {loremipsum} | {loremipsum} | | {loremipsum} | {loremipsum} | | {loremipsum} | {loremipsum} | | {loremipsum} | {loremipsum} | | {loremipsum} | {loremipsum} | {section}
Resolution
If the problem is happening site-wide, fix the custom layout. If the problem is happening on a specific page, fix the markup for that page.
Was this helpful?