Minor change with shadowattributes

- short was still used on the shadow attribute value field, if the
shadow attribute was a proposal to the event itself and not to an
attribute
pull/217/head
iglocska 2013-07-17 13:25:28 +02:00
parent 1e2dd15842
commit fc7620bd53
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ if (!empty($event['Attribute'])):?>
echo h($remain['type']);
?>
</td>
<td class="showspaces short highlight2"><?php
<td class="showspaces highlight2"><?php
$sigDisplay = nl2br(h($remain['value']));
if ('attachment' == $remain['type'] || 'malware-sample' == $remain['type'] ) {
$filenameHash = explode('|', $remain['value']);