1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Merge in rc_base branch

This commit is contained in:
Richard Cordovano
2016-10-07 14:55:19 -04:00

View File

@@ -74,7 +74,7 @@ public class ArtifactStringContent implements StringContent {
buffer.append("<tr><td>"); //NON-NLS
buffer.append(attr.getAttributeType().getDisplayName());
buffer.append("</td>"); //NON-NLS
// value column
buffer.append("<td>"); //NON-NLS
switch (attr.getAttributeType().getValueType()) {