@@ -243,6 +243,7 @@ private void FormatChangeGroup(StringBuilder output, List<ApiDifference> changes
243243 {
244244 output . AppendLine ( $ " <span class=\" breaking-badge\" >BREAKING</span>") ;
245245 }
246+
246247 output . AppendLine ( $ " </div>") ;
247248 output . AppendLine ( $ " <div class=\" change-description\" >{ change . Description } </div>") ;
248249 output . AppendLine ( $ " </div>") ;
@@ -943,6 +944,7 @@ private void FormatConfiguration(StringBuilder output, DotNetApiDiff.Models.Conf
943944 output . AppendLine ( $ " <span class=\" config-label\" >Output Path:</span> <span class=\" config-value config-path\" >{ config . OutputPath } </span>") ;
944945 output . AppendLine ( " </div>" ) ;
945946 }
947+
946948 output . AppendLine ( " </div>" ) ;
947949
948950 output . AppendLine ( " </div>" ) ;
@@ -975,8 +977,10 @@ private void FormatStringList(StringBuilder output, string label, List<string> i
975977 {
976978 output . AppendLine ( $ " <span class=\" config-list-item\" >{ item } </span>") ;
977979 }
980+
978981 output . AppendLine ( " </div>" ) ;
979982 }
983+
980984 output . AppendLine ( " </div>" ) ;
981985 }
982986
@@ -1003,8 +1007,10 @@ private void FormatMappingDictionary(StringBuilder output, string label, Diction
10031007 output . AppendLine ( $ " <span class=\" mapping-to\" >{ mapping . Value } </span>") ;
10041008 output . AppendLine ( $ " </div>") ;
10051009 }
1010+
10061011 output . AppendLine ( " </div>" ) ;
10071012 }
1013+
10081014 output . AppendLine ( " </div>" ) ;
10091015 }
10101016
@@ -1033,11 +1039,14 @@ private void FormatNamespaceMappings(StringBuilder output, string label, Diction
10331039 {
10341040 output . AppendLine ( $ " <span class=\" mapping-to\" >{ target } </span>") ;
10351041 }
1042+
10361043 output . AppendLine ( $ " </div>") ;
10371044 output . AppendLine ( $ " </div>") ;
10381045 }
1046+
10391047 output . AppendLine ( " </div>" ) ;
10401048 }
1049+
10411050 output . AppendLine ( " </div>" ) ;
10421051 }
10431052}
0 commit comments