From c18552037d5f6937f96b3784cb92dd278c64781e Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Fri, 20 Sep 2013 15:36:01 -0400 Subject: [PATCH] Line break after qrcode link. --- .../templates/RecordDriver/SolrDefault/result-list.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap/templates/RecordDriver/SolrDefault/result-list.phtml b/themes/bootstrap/templates/RecordDriver/SolrDefault/result-list.phtml index e9e6b41a7ae..e431e080975 100644 --- a/themes/bootstrap/templates/RecordDriver/SolrDefault/result-list.phtml +++ b/themes/bootstrap/templates/RecordDriver/SolrDefault/result-list.phtml @@ -136,7 +136,7 @@ <i class="icon-qrcode"></i> <a href="<?=$this->escapeHtml($QRCode);?>" class="qrcodeLink"><?=$this->transEsc('qrcode_show')?></a> <div class="qrcode hide"> <img alt="<?=$this->transEsc('QR Code')?>" class="img-polaroid" src="<?=$this->escapeHtml($QRCode);?>"/> - </div> + </div><br/> <? endif; ?> <? /* Add to favorites */ ?> -- GitLab