latham
2011-11-04 eb0e12027eecd83c7f573b19cd7b4204ffa208ce
Special Char issues with logs.  I really think I have submitted this one fix several times.
1 files modified
2 ■■■ changed files
interface/web/monitor/show_log.php 2 ●●● patch | view | raw | blame | history
interface/web/monitor/show_log.php
@@ -124,7 +124,7 @@
if(isset($record['data'])) {
    $data = unserialize($record['data']);
    $logData = nl2br($data);
    $logData = nl2br(htmlspecialchars($data));
    $app->tpl->setVar("log_data", $logData);
} else {