Skip to content

Commit 4f730dd

Browse files
committed
Dont escape the export results in show_device_parts.php, so that line break works and <br> are not shown.
1 parent c40f31c commit 4f730dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nextgen/show_device_parts.php/smarty_export.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<hr>
6565
<div class="well">
6666
<code>
67-
{$export_result}
67+
{$export_result nofilter}
6868
</code>
6969
</div>
7070
{/if}

0 commit comments

Comments
 (0)