Skip to content

Commit 11aeba0

Browse files
author
Jelle Dijkstra
committed
Added spaces in downloadlink
1 parent 87c8f34 commit 11aeba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/generator/mapper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func getDownloadLinkTitle(datasetFeed pdoknlv3.DatasetFeed, entry pdoknlv3.Entry
339339
} else {
340340
title = escapeQuotes(datasetFeed.Title)
341341
}
342-
title += "-" + downloadLink.GetBlobName()
342+
title += " - " + downloadLink.GetBlobName()
343343
return
344344
}
345345

0 commit comments

Comments
 (0)