-
Bug
-
Resolution: Low Engagement
-
Low
-
None
-
6.5.0, 6.5.2
-
1
-
Severity 3 - Minor
-
Summary
When inserting texts in between the <div> </div> tags into the "At end of the body" field of the Custom HTML admin page, the text doesn't appear.
Steps to Reproduce
- Go to the Custom HTML admin page
- Insert an HTML element onto the page in the At end of the BODY field:
<div>test</div>
Expected Results
The word "test" appears in the footer area of the Confluence instance.
Actual Results
The text doesn't appear.
Notes
This also happens when the text is added in the filed without any html tags.
Workaround
Appending the text into the #footer-logo element using JQuery seems to resolve this.
<script> jQuery('#footer-logo').prepend('<div style="margin:20px;" align="center">HELLO WORLD</div>'); </script>
- is related to
-
CONFSERVER-55336 Any custom HTML at end of body causes duplicate footer image
-
- Long Term Backlog
-