mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
System: Firmware: Reporter - escape reports
This commit is contained in:
parent
3c2f32ec8d
commit
1c05a19d9d
@ -275,7 +275,7 @@ legacy_html_escape_form_data($pconfig);
|
||||
foreach ($crash_reports as $report => $content):?>
|
||||
<p>
|
||||
<?=$report;?>:<br/>
|
||||
<pre><?=$content;?></pre>
|
||||
<pre><?=html_safe($content);?></pre>
|
||||
</p>
|
||||
<?php
|
||||
endforeach;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user