Merge branch 'patch-1' of https://github.com/drzax/reveal.js into dev

This commit is contained in:
Hakim El Hattab 2015-03-25 14:16:12 +01:00
commit 0428365041
1 changed files with 1 additions and 1 deletions

View File

@ -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 );