diff --git a/js/privatebin.js b/js/privatebin.js
index 9d41350a..9c1e91ea 100644
--- a/js/privatebin.js
+++ b/js/privatebin.js
@@ -4128,11 +4128,6 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
var key = Model.getPasteKey(),
password = Prompt.getPassword();
- if (PasteViewer.isPrettyPrinted()) {
- // don't decrypt twice
- return;
- }
-
// try to decrypt the paste
try {
// decrypt attachments
diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php
index cc96a981..2f277274 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 75f6221e..acf0bdca 100644
--- a/tpl/page.php
+++ b/tpl/page.php
@@ -54,7 +54,7 @@ if ($QRCODE):
-
+