Skip to content
Snippets Groups Projects
Commit 7a03e238 authored by Simon Elvery's avatar Simon Elvery
Browse files

Attribute values should be quoted

parent 8858ee75
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
if( /data\-(markdown|separator|vertical|notes)/gi.test( name ) ) continue;
if( value ) {
result.push( name + '=' + value );
result.push( name + '="' + value + '"' );
}
else {
result.push( name );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment