diff --git a/js/privatebin.js b/js/privatebin.js
index 1c1c99a..d6d743c 100644
--- a/js/privatebin.js
+++ b/js/privatebin.js
@@ -2737,7 +2737,7 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
*/
me.collapseBar = function()
{
- if ($('#navbar').attr('aria-expanded') == 'true') {
+ if ($('#navbar').attr('aria-expanded') === 'true') {
$('.navbar-toggle').click();
}
};
diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php
index 40c4739..7f72530 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 09456b7..c3f7ba1 100644
--- a/tpl/page.php
+++ b/tpl/page.php
@@ -54,7 +54,7 @@ if ($QRCODE):
-
+