Skip to content
Snippets Groups Projects
Commit 7286353e authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix glitch if signature has html attributes

parent 836d5177
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
data-dept-id="<?php echo $dept->getId(); ?>"
data-poster-id="<?php echo $this->entry->staff_id; ?>"
data-signature-field="signature"
data-signature="<?php echo Format::viewableImages($signature); ?>"
data-signature="<?php echo Format::htmlchars(Format::viewableImages($signature)); ?>"
<?php } ?>
name="body"
class="large <?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment