diff --git a/js/privatebin.js b/js/privatebin.js
index de0c0c8..04eedac 100644
--- a/js/privatebin.js
+++ b/js/privatebin.js
@@ -2334,7 +2334,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
function (event) {
var items = (event.clipboardData || event.originalEvent.clipboardData).items;
for (var i in items) {
- if ({}.hasOwnProperty.call(items, i)) {
+ if (items.hasOwnProperty(i)) {
var item = items[i];
if (item.kind === 'file') {
me.readFileData(item.getAsFile());
diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php
index 344c701..207fc96 100644
--- a/tpl/bootstrap.php
+++ b/tpl/bootstrap.php
@@ -69,7 +69,7 @@ if ($MARKDOWN):
-
+
diff --git a/tpl/page.php b/tpl/page.php
index 5f784d1..07a1851 100644
--- a/tpl/page.php
+++ b/tpl/page.php
@@ -47,7 +47,7 @@ if ($MARKDOWN):
-
+