Skip to content

fix position of bootstrap4_extra_head

(deleted) requested to merge (removed):master into master

This PR moves start of the block bootstrap4_content below the end of bootstrap4_extra_head so that the header html is only rendered once. Right now (without this commit), the whole content of the block ' bootstrap4_extra_head' is rendered twice: once in <head> and the second time in <body>.

Merge request reports