git://git.nikiroo.be
/
gofetch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05db7ec
)
Fix html code output of sites list (was on 1 line)
author
Niki Roo
<niki@nikiroo.be>
Sun, 6 Aug 2017 11:34:30 +0000
(13:34 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Sun, 6 Aug 2017 11:34:30 +0000
(13:34 +0200)
src/be/nikiroo/gofetch/Fetcher.java
patch
|
blob
|
blame
|
history
diff --git
a/src/be/nikiroo/gofetch/Fetcher.java
b/src/be/nikiroo/gofetch/Fetcher.java
index ce68558d9fd6aa0c23bcf259f73a674caccc3e87..bf3af6e9664d07edcafff0df57de4766025a5975 100644
(file)
--- 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("<div class='site'><a href='../" + ref
- + "'>" + support.getDescription() + "</a></div>");
+ + "'>" + support.getDescription() + "</a></div>
\n
");
}
writer.append(gopher.getIndexFooter());