Skip to content
Snippets Groups Projects
Commit 08a5459f authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Escape hiddenId.

parent bb91dc17
No related merge requests found
......@@ -23,7 +23,7 @@
<? ob_end_clean(); ?>
<? endif; ?>
<div class="result<? if($this->driver->supportsAjaxStatus()): ?> ajaxItem<? endif ?>">
<input type="hidden" value="<?=$id ?>" class="hiddenId"/>
<input type="hidden" value="<?=$this->escapeHtmlAttr($id) ?>" class="hiddenId"/>
<div class="checkbox hidden-print">
<label><?=$this->record($this->driver)->getCheckbox()?></label>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment