Updated qr-code link to a div

This commit is contained in:
Kasper Rynning-Tønnesen
2017-04-28 16:23:36 +02:00
parent 8068b2eb68
commit 7e2d16ed20
5 changed files with 10 additions and 10 deletions

View File

@@ -115,9 +115,9 @@
</a>
</form>
<p class="hide-on-small-only">
<a id="qr-code-link" target="_blank" href="//chart.googleapis.com/chart?chs=500x500&amp;cht=qr&amp;chl=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&amp;choe=UTF-8&amp;chld=L%7C1" >
<div id="qr-code-link">
<img id="qr-code-image-link" class="card rounded" src="//chart.googleapis.com/chart?chs=150x150&amp;cht=qr&amp;chl=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&amp;choe=UTF-8&amp;chld=L%7C1" alt="QRCode for link" title="QR code for this page, for easy sharing!" />
</a>
</div>
</p>
</li>
</ul>