wolfgangmm/tei-simple-pm

navbar-header problem on interior pages

Closed this issue · 1 comments

When on a page like http://localhost:8080/exist/apps/tei-simple/test/testsimple4.xml?odd=teisimple.odd, the navbar-header (which contains a link to return to index.html) uses a relative path, causing the link to lead to:

http://localhost:8080/exist/apps/tei-simple/test/index.html

instead of

http://localhost:8080/exist/apps/tei-simple/index.html

This problem doesn't affect the "Home" navbar button though. It uses an absolute URL:

/exist/apps/tei-simple/index.html

instead of the navbar-header's relative URL:

./index.html