1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 03:40:28 +02:00

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

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