diff --git a/js/privatebin.js b/js/privatebin.js
index e3491538..6c64fe99 100644
--- a/js/privatebin.js
+++ b/js/privatebin.js
@@ -718,14 +718,14 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
// show error message
Alert.showError(Uploader.parseUploadError(status, data, 'getting paste data'));
- })
+ });
Uploader.setSuccess(function (status, data) {
pasteData = data;
if (typeof callback === 'function') {
return callback(data);
}
- })
+ });
Uploader.run();
};
diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php
index 25e6312d..cc4c4f36 100644
--- a/tpl/bootstrap.php
+++ b/tpl/bootstrap.php
@@ -75,7 +75,7 @@ if ($MARKDOWN):
-
+
diff --git a/tpl/page.php b/tpl/page.php
index 614086be..175d2637 100644
--- a/tpl/page.php
+++ b/tpl/page.php
@@ -54,7 +54,7 @@ if ($QRCODE):
-
+