Skip to content

Commit b97b870

Browse files
committed
small astethic fix
1 parent 667dc2c commit b97b870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curation-module-web/src/main/java/eu/clarin/helpers/LinkCheckerStatisticsHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public String createURLTable(String collectionName, int status) {
114114

115115
sb.append("<div>");
116116
sb.append("<h1>Link Checking Statistics:</h1>");
117-
sb.append("<h3>").append(collectionName).append(":</h3>");
117+
sb.append("<h3>").append(collectionName.replace("_"," ")).append(":</h3>");
118118

119119
List<String> columnNames = Arrays.asList("Url", "Category", "Info", "Record");
120120

0 commit comments

Comments
 (0)