diff --git a/js/privatebin.js b/js/privatebin.js index acb3e87..13204da 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -531,7 +531,7 @@ jQuery.PrivateBin = function($, pako, sjcl, Base64) { */ decompress: function(data) { - return Base64.btou( pako.inflate( Base64.fromBase64(data) { to: 'string' } ) ); + return Base64.btou( pako.inflate( Base64.fromBase64(data), { to: 'string' } ) ); }, /** diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 826ab4e..8a28076 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -68,7 +68,7 @@ if ($MARKDOWN): - + diff --git a/tpl/page.php b/tpl/page.php index d6e361a..76c6387 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -46,7 +46,7 @@ if ($MARKDOWN): - +