Hello myDBR Team,
once again I have the exactly same problem :
the link of "user css" is not correct on the pdf export, so "user style" cannot be applied !
Here is the actual lines in my temporary html file (file:///C:/Users/Philippe/AppData/Local/Temp/1580919683.html) :
...
<link href="http://127.0.0.1/myDBR/interface/normal.css?v=1572" rel="stylesheet" type="text/css" />
<link href="http://127.0.0.1/myDBR/interface/themes/taikala.css?v=1572" rel="stylesheet" type="text/css" />
<link href="user/userstyle.css?1349957489" rel="stylesheet" type="text/css" />
...
It should have been :
...
<link href="http://127.0.0.1/myDBR/interface/normal.css?v=1572" rel="stylesheet" type="text/css" />
<link href="http://127.0.0.1/myDBR/interface/themes/taikala.css?v=1572" rel="stylesheet" type="text/css" />
<link href="http://127.0.0.1/myDBR/user/userstyle.css?1349957489" rel="stylesheet" type="text/css" />
...
When I replace "href="http://127.0.0.1/myDBR/user/userstyle.css?1349957489"" by "href="http://127.0.0.1/myDBR/user/userstyle.css?1349957489"", it works fine !
For information, my myDBR version is 3.6.0 (build 1572)
I think the previous bug has "come back" !
Thank you.