diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js index 6fa46beeb..7db23cb41 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js @@ -67,8 +67,8 @@ var LeagueResultsUI = Class.extend({ var serieText = serieName + " - " + this.getDateString(serieStart) + " to " + this.getDateString(serieEnd); tabContent.append("

" + serieText + "

"); - tabContent.append("
Format: " + ((limited == "true") ? "Limited" : "Constructed") + " " + format + "
"); - tabContent.append("
Collection: " + collection + "
"); + tabContent.append("
Format: " + ((limited == "true") ? "Limited" : "Constructed") + " " + format + "
"); + tabContent.append("
Collection: " + collection + "
"); tabContent.append("
Maximum ranked matches in serie: " + maxMatches + "
");