Skip to content
Snippets Groups Projects
Commit e4cfb2a7 authored by Claas Kazzer's avatar Claas Kazzer Committed by Dorian Merz
Browse files

refs #18596 [finc: VF5.1] div not allowed error

* replaces div with span because div not allowed in this context
parent 118f8949
No related merge requests found
......@@ -208,11 +208,11 @@ if ($cover):
?>
<span class="hidden-xs">
<i class="fa fa-fw fa-qrcode" aria-hidden="true"></i> <a href="<?=$this->escapeHtmlAttr($QRCode);?>" class="qrcodeLink"><?=$this->transEsc('qrcode_show')?></a>
<div class="qrcode hidden">
<span class="qrcode hidden">
<script type="text/template" class="qrCodeImgTag">
<img alt="<?=$this->transEsc('QR Code')?>" src="<?=$this->escapeHtmlAttr($QRCode);?>"/>
</script>
</div>
</span>
<br/>
</span>
<?php endif; ?>
......
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