Mendix 8 inserts Head HTML base element

1
Hi there, It seems that with Mendix 8, from Mendix, a HTML base element is inserted on the page (something like below). For us, this is causing troubles with other links on the page where we use menu items with dropdowns, outside of Mendix itself. Would there be a way to repress this insertion from Mendix side? Are there more people experiencing problems with this? Thanks in advance, Kr,  Jelle   <head> <meta charset="utf-8"> <title>Mendix</title> <base href="http://localhost:8080/"> </head>  
asked
0 answers