aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/templates/en/address_search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/address_search.html b/www/templates/en/address_search.html
index af42f2b..4963099 100644
--- a/www/templates/en/address_search.html
+++ b/www/templates/en/address_search.html
@@ -19,7 +19,7 @@
<div class="tablewrapper">
<div id="front-howto">
- <% if (msg) { %>
+ <% if (typeof msg != 'undefined' && msg !== '') { %>
<h2><%= msg %></h2>
<% } else { %>
<h2>How to report a problem</h2>