skhtml/macros
lunchhunter c2584878a5
Fix `data-` prefix duplication
The `data-` prefix is being duplicated, such that `data-foo="bar"` is
being rendered as `data-data-foo="bar"`.

This change removes the prefix at the `Element` level, and leaves its
addition at the `Display` level, causing it to be rendered correctly.
2018-12-04 16:23:03 -08:00
..
src Fix `data-` prefix duplication 2018-12-04 16:23:03 -08:00
Cargo.toml Release 0.1.1 2018-11-29 17:52:08 +00:00
build.rs Remove proc_macro_span feature 2018-11-18 02:45:06 -08:00