diff options
Diffstat (limited to 'usr/local/www/widgets')
-rw-r--r-- | usr/local/www/widgets/widgets/log.widget.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/widgets/widgets/log.widget.php b/usr/local/www/widgets/widgets/log.widget.php index 197d010..521cd05 100644 --- a/usr/local/www/widgets/widgets/log.widget.php +++ b/usr/local/www/widgets/widgets/log.widget.php @@ -72,9 +72,9 @@ require_once("/usr/local/www/widgets/include/log.inc"); $img = "/themes/metallic/images/icons/icon_block.gif"; ?> <img border="0" src="<?=$img;?>"> </span> - <span class="log-interface-mini" ><?=htmlspecialchars(convert_real_interface_to_friendly_interface_name($filterent['interface']));?></span> - <span class="log-source-mini" ><?=htmlspecialchars($filterent['src']);?></span> - <span class="log-destination-mini" ><?=htmlspecialchars($filterent['dst']);?></span> - <span class="log-protocol-mini" ><?=htmlspecialchars($filterent['proto']);?></span> + <span class="log-interface-mini" ><?=htmlspecialchars(convert_real_interface_to_friendly_interface_name($filterent['interface']));?> </span> + <span class="log-source-mini" ><?=htmlspecialchars($filterent['src']);?> </span> + <span class="log-destination-mini" ><?=htmlspecialchars($filterent['dst']);?> </span> + <span class="log-protocol-mini" ><?=htmlspecialchars($filterent['proto']);?> </span> </div> <?php $counter++; endforeach; ?>
\ No newline at end of file |