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

Line break above qrcode.

parent 63591f3c
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<? /* Display qrcode if appropriate: */ ?> <? /* Display qrcode if appropriate: */ ?>
<? $QRCode = $this->record($this->driver)->getQRCode("core"); ?> <? $QRCode = $this->record($this->driver)->getQRCode("core"); ?>
<? if($QRCode): ?> <? if($QRCode): ?>
<img alt="<?=$this->transEsc('QR Code')?>" class="qrcode" src="<?=$this->escapeHtml($QRCode);?>"/> <br/><img alt="<?=$this->transEsc('QR Code')?>" class="qrcode" src="<?=$this->escapeHtml($QRCode);?>"/>
<? endif; ?> <? endif; ?>
</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