We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in view/layout/ajax/inbox/client.tpl.html line 5:
<img src="<?=image('qr.download.'.$type.'.png')?>" width="185" height="185" title="<?=__('QRCODE_FOR_MOBILE_CLIENT')>"/>
should be:
<img src="<?=image('qr.download.'.$type.'.png')?>" width="185" height="185" title="<?=__('QRCODE_FOR_MOBILE_CLIENT')?>"/>
后面一个标签没闭合=3=
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in view/layout/ajax/inbox/client.tpl.html
line 5:
should be:
后面一个标签没闭合=3=
The text was updated successfully, but these errors were encountered: