Skip to content

Error converting tags with attributes #20

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

Open
andrewkolesnikov opened this issue Mar 7, 2013 · 1 comment
Open

Error converting tags with attributes #20

andrewkolesnikov opened this issue Mar 7, 2013 · 1 comment

Comments

@andrewkolesnikov
Copy link

For example, %a{:href => ""} foo produces a href="#" (foo is lost)

Also,

#slideWidget{'data-slideshow-nav' => 'true', 'data-slideshow-pager' => 'true', 'data-slideshow-captions' => 'false'} produces
#slideWidget 'data-slideshow-nav' =(>)'true', 'data-slideshow-pager' =(>)'true', 'data-slideshow-captions' =(>)'false'

@andrewkolesnikov
Copy link
Author

Could latter be ruby new style hashes related?
$ ruby -v ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-darwin10.8.0]

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