Fix html code output of sites list (was on 1 line)
[gofetch.git] / src / be / nikiroo / gofetch / Fetcher.java
index ce68558d9fd6aa0c23bcf259f73a674caccc3e87..bf3af6e9664d07edcafff0df57de4766025a5975 100644 (file)
@@ -105,7 +105,7 @@ public class Fetcher {
                                                ref = ref.substring(1);
                                        }
                                        writerHtml.append("<div class='site'><a href='../" + ref
-                                                       + "'>" + support.getDescription() + "</a></div>");
+                                                       + "'>" + support.getDescription() + "</a></div>\n");
                                }
 
                                writer.append(gopher.getIndexFooter());