Fix html code output of sites list (was on 1 line)
authorNiki Roo <niki@nikiroo.be>
Sun, 6 Aug 2017 11:34:30 +0000 (13:34 +0200)
committerNiki Roo <niki@nikiroo.be>
Sun, 6 Aug 2017 11:34:30 +0000 (13:34 +0200)
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());