"); //NON-NLS
+ html.append(key);
+ html.append(" | "); //NON-NLS
+ html.append(value);
+ html.append(" |
"); //NON-NLS
+ }
+
+ /**
+ * End a data table.
+ *
+ * @param html The HTML text on which to end a table.
+ */
+ private void endTable(StringBuilder html) {
+ html.append("