web page (html) compiling with correct links to files

Hi

Just noticed that when I compile a project in “web page mode”, if there are scrivener links to pdfs, or other files, in search folder, I get an html page wich maintains these links but they all point to a file name (web page) with missing extension:

Example if in the project I have a link to a pdf stored in research folder, wich is named “65.pdf” (and physically is into “ProjectFolder/Files/Docs”), when compiled the resulting html code will be of this kind: href=“65”.

I’d just like that the resulting html code were: href=“65.pdf”, so that the browser could open “65.pdf” if opportunely placed in the same folder of, for example, “projectname.html”

This could allow to produce an Hypertext with working links to external files, even if I don’t know why scrivener, when compiles in html format, avoids to put in href the whole file name…

thx