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

Escape hiddenId.

parent 570b175d
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div class="col-xs-1 left"> <div class="col-xs-1 left">
<? endif ?> <? endif ?>
<label class="pull-left flip"><?=$this->record($this->driver)->getCheckbox() ?></label> <label class="pull-left flip"><?=$this->record($this->driver)->getCheckbox() ?></label>
<input type="hidden" value="<?=$id ?>" class="hiddenId"/> <input type="hidden" value="<?=$this->escapeHtmlAttr($id) ?>" class="hiddenId"/>
<? if ($cover): ?> <? if ($cover): ?>
<?=$cover ?> <?=$cover ?>
</div> </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