X-Git-Url: http://www.git.stargrave.org/?p=linksexp.git;a=blobdiff_plain;f=main.go;fp=main.go;h=cf3ffe574f0ed94d8f9b8b6c13a6d71abcefb127;hp=6df487a4d4f5f5304182d0611b30bfe6b6ac9f1b;hb=ac3ac05bc82e68e0e669ed0c34cc4d8adc91f985;hpb=2922d23b07633b701ac366fcc5f5721ced011a82 diff --git a/main.go b/main.go index 6df487a..cf3ffe5 100644 --- a/main.go +++ b/main.go @@ -147,7 +147,7 @@ func main() { note = "(" + ent["Note"][0] + ")" } fmt.Printf( - " @item %d @tab @url{%s, %s} %s @tab %s @tab\n", + " @item %d @tab @url{%s,, %s} %s @tab %s @tab\n", n, ent["URL"][0], ent["Title"][0], note, strings.Join(catsOther, ", "), )