From: Niki Roo Date: Sun, 6 Aug 2017 11:34:30 +0000 (+0200) Subject: Fix html code output of sites list (was on 1 line) X-Git-Url: https://git.nikiroo.be/?a=commitdiff_plain;h=d7e6c7c28f58db70c8c33f6557c11576a127a043;p=gofetch.git Fix html code output of sites list (was on 1 line) --- diff --git a/src/be/nikiroo/gofetch/Fetcher.java b/src/be/nikiroo/gofetch/Fetcher.java index ce68558..bf3af6e 100644 --- a/src/be/nikiroo/gofetch/Fetcher.java +++ b/src/be/nikiroo/gofetch/Fetcher.java @@ -105,7 +105,7 @@ public class Fetcher { ref = ref.substring(1); } writerHtml.append("
" + support.getDescription() + "
"); + + "'>" + support.getDescription() + "\n"); } writer.append(gopher.getIndexFooter());