GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/284

    Bug: incorrect relative URIs in permalink.html and thread.html

    At some point, the absolute URIs for JS and images were changed from 
"/js/abc" and "/images/abc" to "../js/abc" and "../images/abc".
    
    This is wong, as the files are in child directories, not in sibling 
directories.
    It only works because the html files are at top level, so "../js" is 
equivalent to "js".
    
    Note that all the other html files at the top level (e.g. index) use "js/" 
and "images/"

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to