skhtml/typed-html
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 Make it generic on event type, determined by output type. 2018-12-01 18:33:34 +00:00