Skip to content
Snippets Groups Projects
Commit 04283650 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

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

parents e38b1d38 7a03e238
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