diff --git a/app/View/Attributes/index.ctp b/app/View/Attributes/index.ctp index 2a54e8043..0605c17ad 100755 --- a/app/View/Attributes/index.ctp +++ b/app/View/Attributes/index.ctp @@ -21,12 +21,12 @@   Html->link($sig_display, array('controller' => 'attributes', 'action' => 'download', $attribute['Attribute']['id'])); } elseif('link' == $attribute['Attribute']['type']) { - ?> Event : Date : -Reported by : +Reported by : Risk : Attributes : - -: +: Extra info : - + diff --git a/app/View/Events/index.ctp b/app/View/Events/index.ctp index 76ac9b289..ac354afbf 100755 --- a/app/View/Events/index.ctp +++ b/app/View/Events/index.ctp @@ -7,7 +7,7 @@ Paginator->sort('org');?> Paginator->sort('date');?> - >Paginator->sort('risk');?> + >Paginator->sort('risk');?> Paginator->sort('info');?> >Paginator->sort('private');?> @@ -23,14 +23,14 @@   -   +       -   +     diff --git a/app/View/Events/view.ctp b/app/View/Events/view.ctp index 8c07144be..101a7243b 100755 --- a/app/View/Events/view.ctp +++ b/app/View/Events/view.ctp @@ -21,19 +21,19 @@
ID
- +  
Org
- +  
Date
- +  
>Risk @@ -55,7 +55,7 @@
Info
- +  
@@ -86,7 +86,7 @@ >Private - + Actions @@ -107,14 +107,14 @@ ?> Html->link($filename_hash[0], array('controller' => 'attributes', 'action' => 'download', $attribute['id'])); if (isset($filename_hash[1])) echo ' | '.$filename_hash[1]; } elseif (strpos($attribute['type'], '|') !== false) { - $filename_hash = explode('|', Sanitize::html($attribute['value'])); + $filename_hash = explode('|', h($attribute['value'])); echo $filename_hash[0]; if (isset($filename_hash[1])) echo ' | '.$filename_hash[1]; } elseif ('vulnerability' == $attribute['type']) {