Hi, I'm using forrest 0.6
<a class="fork" href="http://forrest.apache.org/">Forrest Homepage</a> doesn't open a new Browser-Window >From this source <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd"> <document> <header> <title>Title</title> </header> <body> <p> <a class="fork" href="./index.html"> This Page in a new Browser-Window works fine</a> </p> <p> <a class="fork" href="http://forrest.apache.org/"> Seem's that opening external Links in new Browser-Window doesn't work</a> </p> </body> </document> I'm getting the following html-code <a target="_blank" class="fork" href="./index.html"> This Page in a new Browser-Window works fine</a> <a class="external" href="http://forrest.apache.org/"> Seem's that opening external Links in new Browser-Window doesn't work</a> If I put manually the target="_blank" into the html-Code of the external link, then it works fine. Roland
