Skip to content
New issue

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

受姬端接受通知模板bug #11

Open
sinute opened this issue Apr 9, 2013 · 0 comments
Open

受姬端接受通知模板bug #11

sinute opened this issue Apr 9, 2013 · 0 comments

Comments

@sinute
Copy link

sinute commented Apr 9, 2013

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=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant