vendor/assets/javascripts/parser_rules/advanced.js in wysihtml5-rails-0.0.3 vs vendor/assets/javascripts/parser_rules/advanced.js in wysihtml5-rails-0.0.4
- old
+ new
@@ -178,21 +178,21 @@
"figcaption": {
"rename_tag": "div"
},
"a": {
"check_attributes": {
- "href": "href"
+ "href": "url" // if you compiled master manually then change this from 'url' to 'href'
},
"set_attributes": {
"rel": "nofollow",
"target": "_blank"
}
},
"img": {
"check_attributes": {
"width": "numbers",
"alt": "alt",
- "src": "src",
+ "src": "url", // if you compiled master manually then change this from 'url' to 'src'
"height": "numbers"
},
"add_class": {
"align": "align_img"
}
\ No newline at end of file