Merge branch 'patch-1' of https://github.com/drzax/reveal.js into dev
This commit is contained in:
commit
0428365041
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue