qr enhancements

This commit is contained in:
friendica
2014-01-08 14:11:39 -08:00
parent 73102f0c26
commit 29db236981
4 changed files with 17 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ function bb_parse_crypt($match) {
}
function bb_qr($match) {
return '<img class="zrl" src="' . z_root() . '/photo/qr?f=&qr=' . urlencode($match[1]) . '" alt="' . t('QR code') . '" />';
return '<img class="zrl" src="' . z_root() . '/photo/qr?f=&qr=' . urlencode($match[1]) . '" alt="' . t('QR code') . '" title="' . urlencode($match[1]) . '" />';
}