Skip to content

Commit

Permalink
Fileset display fix
Browse files Browse the repository at this point in the history
Adds the missing escape html method.

Fixes #530: fileset doesn't displayed properly

Signed-off-by: Frank Bergkemper <frank.bergkemper@dass-it.de>
  • Loading branch information
fbergkemper committed Oct 6, 2015
1 parent 04cff74 commit 0335e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Fileset/view/fileset/fileset/details.phtml
Expand Up @@ -59,7 +59,7 @@ $this->headTitle($title);

<pre>
<code>
<?php echo $fileset['filesettext']; ?>
<?php echo $this->escapeHtml($fileset['filesettext']); ?>
</code>
</pre>

Expand Down

0 comments on commit 0335e05

Please sign in to comment.