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

Update image size in XHTML #161

Closed
kymmt opened this issue Oct 20, 2013 · 2 comments
Closed

Update image size in XHTML #161

kymmt opened this issue Oct 20, 2013 · 2 comments

Comments

@kymmt
Copy link

kymmt commented Oct 20, 2013

Update image size removes "/" from XHTML image tag.

<img src="sample.png" />

i got
<img src="sample.png" width="100" height="100">

should be
<img src="sample.png" width="100" height="100" />

@mattn
Copy link
Owner

mattn commented Oct 21, 2013

let g:emmet_html5 = 0

in your vimrc.

@kymmt
Copy link
Author

kymmt commented Oct 21, 2013

Thank you. worked fine.

@kymmt kymmt closed this as completed Oct 21, 2013
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

2 participants